Html Css Color HEX #035992 Dark Cerulean

📋 copy color: '#035992'

red 3 ◦ green 89 ◦ blue 146

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

Shades of Dark Cerulean #035992

Tints of Dark Cerulean #035992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.39%

 BLUE value IS 146 (57.42% from 255) = 61.34%

R = 1.26%
G = 37.39%
B = 61.34%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#035992 (or 0x035992) is known color: Dark Cerulean. HEX triplet: 03, 59 and 92. RGB value is (3,89,146). Sum of RGB (Red+Green+Blue) = 3+89+146=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #035992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035992 is #FCA66D. Grayscale: #454545. Windows color (decimal): -16557678 or 9591043. OLE color: 9591043.

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

Color convert

RGB 3 89 146 -
CMYK 0.98 0.39 0 0.43
HSL 203.92º 0.96% 0.29% -
HSV(B) 203.92º 0.98% 0.57% -
XYZ 8.8 9.24 28.51 -
YUV 69.78 171.01 80.37 -
System Red Green Blue C M Y K H S L
Decimal 3 89 146 0.98 0.39 0 0.43 203.92 0.96 0.29
Hex 3 59 92 62 27 0 2B CC 60 1D
Octal 3 131 222 142 47 0 53 314 140 35
Binary 11 1011001 10010010 1100010 100111 0 101011 11001100 1100000 11101

Color Harmonies of #035992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035992

Black with #035992

Text Example


Text Example

White with #035992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035992; }

 p { color: rgb(3,89,146); }

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

background-color css

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

 a { background-color: rgb(3,89,146); }

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

border-color css

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

 span { border-color: rgb(3,89,146); }

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