#3389CB

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

Shades of Curious Blue #3389CB

Tints of Curious Blue #3389CB

Color information

#3389CB (or 0x3389CB) is unknown color: approx Curious Blue. HEX triplet: 33, 89 and CB. RGB value is (51,137,203). Sum of RGB (Red+Green+Blue) = 51+137+203=391 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.04% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #3389CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3389CB is #CC7634. Grayscale: #767676. Windows color (decimal): -13399605 or 13338931. OLE color: 13338931.

HSL color Cylindrical-coordinate representation of color #3389CB: hue angle of 206.05º 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 #3389CB is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB51137203-
CMYK0.750.3300.20
HSL206.05º59.84%49.8%-
HSV(B)206.05º74.88%79.61%-
XYZ21.0922.9159.81-
YUV118.81175.5179.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.04%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 203 (79.69% from 255) = 51.92%
R=13.04%
G=35.04%
B=51.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal511372030.750.3300.20206.0559.8449.8
Hex3389CB4B21014ce3c32
Octal63211313113410243167462
Binary1100111000100111001011100101110000101010011001110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3389CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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