Html Css Color HEX #035589 Dark Cerulean

📋 copy color: '#035589'

red 3 ◦ green 85 ◦ blue 137

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

Shades of Dark Cerulean #035589

Tints of Dark Cerulean #035589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 60.89%

R = 1.33%
G = 37.78%
B = 60.89%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#035589 (or 0x035589) is known color: Dark Cerulean. HEX triplet: 03, 55 and 89. RGB value is (3,85,137). Sum of RGB (Red+Green+Blue) = 3+85+137=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 137 (53.91% from 255 or 60.89% from 225); Max value from RGB is 137 - color contains mainly: blue. Hex color #035589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035589 is #FCAA76. Grayscale: #424242. Windows color (decimal): -16558711 or 9000195. OLE color: 9000195.

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

Color convert

RGB 3 85 137 -
CMYK 0.98 0.38 0 0.46
HSL 203.28º 0.96% 0.27% -
HSV(B) 203.28º 0.98% 0.54% -
XYZ 7.8 8.32 24.86 -
YUV 66.41 167.83 82.77 -
System Red Green Blue C M Y K H S L
Decimal 3 85 137 0.98 0.38 0 0.46 203.28 0.96 0.27
Hex 3 55 89 62 26 0 2E CB 60 1B
Octal 3 125 211 142 46 0 56 313 140 33
Binary 11 1010101 10001001 1100010 100110 0 101110 11001011 1100000 11011

Color Harmonies of #035589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035589

Black with #035589

Text Example


Text Example

White with #035589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035589; }

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

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

background-color css

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

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

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

border-color css

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

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

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