Html Css Color HEX #035582 Dark Cerulean

📋 copy color: '#035582'

red 3 ◦ green 85 ◦ blue 130

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

Shades of Dark Cerulean #035582

Tints of Dark Cerulean #035582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 59.63%

R = 1.38%
G = 38.99%
B = 59.63%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#035582 (or 0x035582) is known color: Dark Cerulean. HEX triplet: 03, 55 and 82. RGB value is (3,85,130). Sum of RGB (Red+Green+Blue) = 3+85+130=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 130 (51.17% from 255 or 59.63% from 218); Max value from RGB is 130 - color contains mainly: blue. Hex color #035582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035582 is #FCAA7D. Grayscale: #414141. Windows color (decimal): -16558718 or 8541443. OLE color: 8541443.

HSL color Cylindrical-coordinate representation of color #035582: hue angle of 201.26º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035582 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 85 130 -
CMYK 0.98 0.35 0 0.49
HSL 201.26º 0.95% 0.26% -
HSV(B) 201.26º 0.98% 0.51% -
XYZ 7.32 8.13 22.3 -
YUV 65.61 164.33 83.34 -
System Red Green Blue C M Y K H S L
Decimal 3 85 130 0.98 0.35 0 0.49 201.26 0.95 0.26
Hex 3 55 82 62 23 0 31 C9 5F 1A
Octal 3 125 202 142 43 0 61 311 137 32
Binary 11 1010101 10000010 1100010 100011 0 110001 11001001 1011111 11010

Color Harmonies of #035582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035582

Black with #035582

Text Example


Text Example

White with #035582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035582; }

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

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

background-color css

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

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

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

border-color css

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

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

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