Html Css Color HEX #035087 Dark Cerulean

📋 copy color: '#035087'

red 3 ◦ green 80 ◦ blue 135

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

Shades of Dark Cerulean #035087

Tints of Dark Cerulean #035087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.7%

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

R = 1.38%
G = 36.7%
B = 61.93%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#035087 (or 0x035087) is known color: Dark Cerulean. HEX triplet: 03, 50 and 87. RGB value is (3,80,135). Sum of RGB (Red+Green+Blue) = 3+80+135=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 135 (53.12% from 255 or 61.93% from 218); Max value from RGB is 135 - color contains mainly: blue. Hex color #035087 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035087 is #FCAF78. Grayscale: #3E3E3E. Windows color (decimal): -16559993 or 8867843. OLE color: 8867843.

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

Color convert

RGB 3 80 135 -
CMYK 0.98 0.41 0 0.47
HSL 205º 0.96% 0.27% -
HSV(B) 205º 0.98% 0.53% -
XYZ 7.28 7.51 23.99 -
YUV 63.25 168.49 85.03 -
System Red Green Blue C M Y K H S L
Decimal 3 80 135 0.98 0.41 0 0.47 205 0.96 0.27
Hex 3 50 87 62 29 0 2F CD 60 1B
Octal 3 120 207 142 51 0 57 315 140 33
Binary 11 1010000 10000111 1100010 101001 0 101111 11001101 1100000 11011

Color Harmonies of #035087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035087

Black with #035087

Text Example


Text Example

White with #035087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035087; }

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

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

background-color css

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

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

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

border-color css

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

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

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