Html Css Color HEX #035587 Dark Cerulean

📋 copy color: '#035587'

red 3 ◦ green 85 ◦ blue 135

#035587
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #035587

Tints of Dark Cerulean #035587

RGB

 RED value IS 3 (1.56% from 255) = 1.35%

 GREEN value IS 85 (33.59% from 255) = 38.12%

 BLUE value IS 135 (53.13% from 255) = 60.54%

R = 1.35%
G = 38.12%
B = 60.54%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#035587 (or 0x035587) is known color: Dark Cerulean. HEX triplet: 03, 55 and 87. RGB value is (3,85,135). Sum of RGB (Red+Green+Blue) = 3+85+135=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 135 (53.12% from 255 or 60.54% from 223); Max value from RGB is 135 - color contains mainly: blue. Hex color #035587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035587 is #FCAA78. Grayscale: #414141. Windows color (decimal): -16558713 or 8869123. OLE color: 8869123.

HSL color Cylindrical-coordinate representation of color #035587: hue angle of 202.73º 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 #035587 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 85 135 -
CMYK 0.98 0.37 0 0.47
HSL 202.73º 0.96% 0.27% -
HSV(B) 202.73º 0.98% 0.53% -
XYZ 7.66 8.27 24.11 -
YUV 66.18 166.83 82.93 -
System Red Green Blue C M Y K H S L
Decimal 3 85 135 0.98 0.37 0 0.47 202.73 0.96 0.27
Hex 3 55 87 62 25 0 2F CB 60 1B
Octal 3 125 207 142 45 0 57 313 140 33
Binary 11 1010101 10000111 1100010 100101 0 101111 11001011 1100000 11011

Color Harmonies of #035587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035587

Black with #035587

Text Example


Text Example

White with #035587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035587; }

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

 H1.HeaderClassName
 {
   color: #035587;
 }
 .AnyTagClassName
 {
   color: #035587;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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