Html Css Color HEX #035591 Dark Cerulean

📋 copy color: '#035591'

red 3 ◦ green 85 ◦ blue 145

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

Shades of Dark Cerulean #035591

Tints of Dark Cerulean #035591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 62.23%

R = 1.29%
G = 36.48%
B = 62.23%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#035591 (or 0x035591) is known color: Dark Cerulean. HEX triplet: 03, 55 and 91. RGB value is (3,85,145). Sum of RGB (Red+Green+Blue) = 3+85+145=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 145 (57.03% from 255 or 62.23% from 233); Max value from RGB is 145 - color contains mainly: blue. Hex color #035591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035591 is #FCAA6E. Grayscale: #434343. Windows color (decimal): -16558703 or 9524483. OLE color: 9524483.

HSL color Cylindrical-coordinate representation of color #035591: hue angle of 205.35º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035591 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 3 85 145 -
CMYK 0.98 0.41 0 0.43
HSL 205.35º 0.96% 0.29% -
HSV(B) 205.35º 0.98% 0.57% -
XYZ 8.4 8.56 28 -
YUV 67.32 171.83 82.12 -
System Red Green Blue C M Y K H S L
Decimal 3 85 145 0.98 0.41 0 0.43 205.35 0.96 0.29
Hex 3 55 91 62 29 0 2B CD 60 1D
Octal 3 125 221 142 51 0 53 315 140 35
Binary 11 1010101 10010001 1100010 101001 0 101011 11001101 1100000 11101

Color Harmonies of #035591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035591

Black with #035591

Text Example


Text Example

White with #035591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035591; }

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

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

background-color css

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

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

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

border-color css

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

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

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