#035187

Color #035187 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #035187

Tints of Dark Cerulean #035187

Color information

#035187 (or 0x035187) is unknown color: approx Dark Cerulean. HEX triplet: 03, 51 and 87. RGB value is (3,81,135). Sum of RGB (Red+Green+Blue) = 3+81+135=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 135 (53.12% from 255 or 61.64% from 219); Max value from RGB is 135 - color contains mainly: blue. Hex color #035187 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035187 is #FCAE78. Grayscale: #3F3F3F. Windows color (decimal): -16559737 or 8868099. OLE color: 8868099.

HSL color Cylindrical-coordinate representation of color #035187: hue angle of 204.55º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035187 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB381135-
CMYK0.980.4000.47
HSL204.55º95.65%27.06%-
HSV(B)204.55º97.78%52.94%-
XYZ7.357.6524.01-
YUV63.83168.1684.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.37%
GREEN value IS 81 (32.03% from 255) = 36.99%
BLUE value IS 135 (53.12% from 255) = 61.64%
R=1.37%
G=36.99%
B=61.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3811350.980.4000.47204.5595.6527.06
Hex35187622802Fcd601b
Octal31212071425005731514033
Binary111010001100001111100010101000010111111001101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035187; }

 p { color: rgb(3,81,135); }

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

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

 a { background-color: rgb(3,81,135); }

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

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

 span { border-color: rgb(3,81,135); }

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