Html Css Color HEX #035590 Dark Cerulean

📋 copy color: '#035590'

red 3 ◦ green 85 ◦ blue 144

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

Shades of Dark Cerulean #035590

Tints of Dark Cerulean #035590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 62.07%

R = 1.29%
G = 36.64%
B = 62.07%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#035590 (or 0x035590) is known color: Dark Cerulean. HEX triplet: 03, 55 and 90. RGB value is (3,85,144). Sum of RGB (Red+Green+Blue) = 3+85+144=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #035590 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035590 is #FCAA6F. Grayscale: #424242. Windows color (decimal): -16558704 or 9458947. OLE color: 9458947.

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

Color convert

RGB 3 85 144 -
CMYK 0.98 0.41 0 0.44
HSL 205.11º 0.96% 0.29% -
HSV(B) 205.11º 0.98% 0.56% -
XYZ 8.32 8.53 27.59 -
YUV 67.21 171.33 82.2 -
System Red Green Blue C M Y K H S L
Decimal 3 85 144 0.98 0.41 0 0.44 205.11 0.96 0.29
Hex 3 55 90 62 29 0 2C CD 60 1D
Octal 3 125 220 142 51 0 54 315 140 35
Binary 11 1010101 10010000 1100010 101001 0 101100 11001101 1100000 11101

Color Harmonies of #035590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035590

Black with #035590

Text Example


Text Example

White with #035590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035590; }

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

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

background-color css

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

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

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

border-color css

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

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

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