Html Css Color HEX #035993 Dark Cerulean

📋 copy color: '#035993'

red 3 ◦ green 89 ◦ blue 147

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

Shades of Dark Cerulean #035993

Tints of Dark Cerulean #035993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 61.51%

R = 1.26%
G = 37.24%
B = 61.51%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#035993 (or 0x035993) is known color: Dark Cerulean. HEX triplet: 03, 59 and 93. RGB value is (3,89,147). Sum of RGB (Red+Green+Blue) = 3+89+147=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #035993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035993 is #FCA66C. Grayscale: #454545. Windows color (decimal): -16557677 or 9656579. OLE color: 9656579.

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

Color convert

RGB 3 89 147 -
CMYK 0.98 0.39 0 0.42
HSL 204.17º 0.96% 0.29% -
HSV(B) 204.17º 0.98% 0.58% -
XYZ 8.88 9.27 28.93 -
YUV 69.9 171.51 80.28 -
System Red Green Blue C M Y K H S L
Decimal 3 89 147 0.98 0.39 0 0.42 204.17 0.96 0.29
Hex 3 59 93 62 27 0 2A CC 60 1D
Octal 3 131 223 142 47 0 52 314 140 35
Binary 11 1011001 10010011 1100010 100111 0 101010 11001100 1100000 11101

Color Harmonies of #035993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035993

Black with #035993

Text Example


Text Example

White with #035993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035993; }

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

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

background-color css

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

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

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

border-color css

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

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

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