#3387CB

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

Shades of Curious Blue #3387CB

Tints of Curious Blue #3387CB

Color information

#3387CB (or 0x3387CB) is unknown color: approx Curious Blue. HEX triplet: 33, 87 and CB. RGB value is (51,135,203). Sum of RGB (Red+Green+Blue) = 51+135+203=389 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.11% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #3387CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3387CB is #CC7834. Grayscale: #757575. Windows color (decimal): -13400117 or 13338419. OLE color: 13338419.

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

Color convert

RGB51135203-
CMYK0.750.3300.20
HSL206.84º59.84%49.8%-
HSV(B)206.84º74.88%79.61%-
XYZ20.8122.3459.72-
YUV117.64176.1780.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.11%
GREEN value IS 135 (53.12% from 255) = 34.70%
BLUE value IS 203 (79.69% from 255) = 52.19%
R=13.11%
G=34.70%
B=52.19%

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
Decimal511352030.750.3300.20206.8459.8449.8
Hex3387CB4B21014cf3c32
Octal63207313113410243177462
Binary1100111000011111001011100101110000101010011001111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3387CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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