Html Css Color HEX #035593 Dark Cerulean

📋 copy color: '#035593'

red 3 ◦ green 85 ◦ blue 147

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

Shades of Dark Cerulean #035593

Tints of Dark Cerulean #035593

RGB

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

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

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

R = 1.28%
G = 36.17%
B = 62.55%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#035593 (or 0x035593) is known color: Dark Cerulean. HEX triplet: 03, 55 and 93. RGB value is (3,85,147). Sum of RGB (Red+Green+Blue) = 3+85+147=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #035593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035593 is #FCAA6C. Grayscale: #434343. Windows color (decimal): -16558701 or 9655555. OLE color: 9655555.

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

Color convert

RGB 3 85 147 -
CMYK 0.98 0.42 0 0.42
HSL 205.83º 0.96% 0.29% -
HSV(B) 205.83º 0.98% 0.58% -
XYZ 8.55 8.62 28.82 -
YUV 67.55 172.83 81.96 -
System Red Green Blue C M Y K H S L
Decimal 3 85 147 0.98 0.42 0 0.42 205.83 0.96 0.29
Hex 3 55 93 62 2A 0 2A CE 60 1D
Octal 3 125 223 142 52 0 52 316 140 35
Binary 11 1010101 10010011 1100010 101010 0 101010 11001110 1100000 11101

Color Harmonies of #035593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035593

Black with #035593

Text Example


Text Example

White with #035593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035593; }

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

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

background-color css

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

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

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

border-color css

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

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

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