#3398CB

Color #3398CB Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3398CB

Tints of Curious Blue #3398CB

Color information

#3398CB (or 0x3398CB) is unknown color: approx Curious Blue. HEX triplet: 33, 98 and CB. RGB value is (51,152,203). Sum of RGB (Red+Green+Blue) = 51+152+203=406 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.56% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #3398CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3398CB is #CC6734. Grayscale: #7F7F7F. Windows color (decimal): -13395765 or 13342771. OLE color: 13342771.

HSL color Cylindrical-coordinate representation of color #3398CB: hue angle of 200.13º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3398CB is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB51152203-
CMYK0.750.2500.20
HSL200.13º59.84%49.8%-
HSV(B)200.13º74.88%79.61%-
XYZ23.3727.4760.57-
YUV127.61170.5473.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 12.56%
GREEN value IS 152 (59.77% from 255) = 37.44%
BLUE value IS 203 (79.69% from 255) = 50%
R=12.56%
G=37.44%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal511522030.750.2500.20200.1359.8449.8
Hex3398CB4B19014c83c32
Octal63230313113310243107462
Binary110011100110001100101110010111100101010011001000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3398CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3398CB; }

 p { color: rgb(51,152,203); }

 H1.HeaderClassName
 {
   color: #3398CB;
 }
 .AnyTagClassName
 {
   color: #3398CB;
 }
</style>
background-color css

<style>
 a { background-color: #3398CB; }

 a { background-color: rgb(51,152,203); }

 div.DivClassName
 {
   background-color: #3398CB;
 }
 .BgClassName
 {
   background-color: #3398CB;
 }
</style>
border-color css

<style>
 span { border-color: #3398CB; }

 span { border-color: rgb(51,152,203); }

 td.TdClassName
 {
   border-color: #3398CB;
 }
 .TagClassName
 {
   border-color: #3398CB;
 }
</style>