Html Css Color HEX #035A82 Dark Cerulean

📋 copy color: '#035A82'

red 3 ◦ green 90 ◦ blue 130

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

Shades of Dark Cerulean #035A82

Tints of Dark Cerulean #035A82

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.36%

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

R = 1.35%
G = 40.36%
B = 58.3%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#035A82 (or 0x035A82) is known color: Dark Cerulean. HEX triplet: 03, 5A and 82. RGB value is (3,90,130). Sum of RGB (Red+Green+Blue) = 3+90+130=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #035A82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035A82 is #FCA57D. Grayscale: #444444. Windows color (decimal): -16557438 or 8542723. OLE color: 8542723.

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

Color convert

RGB 3 90 130 -
CMYK 0.98 0.31 0 0.49
HSL 198.9º 0.95% 0.26% -
HSV(B) 198.9º 0.98% 0.51% -
XYZ 7.72 8.94 22.44 -
YUV 68.55 162.68 81.25 -
System Red Green Blue C M Y K H S L
Decimal 3 90 130 0.98 0.31 0 0.49 198.9 0.95 0.26
Hex 3 5A 82 62 1F 0 31 C7 5F 1A
Octal 3 132 202 142 37 0 61 307 137 32
Binary 11 1011010 10000010 1100010 11111 0 110001 11000111 1011111 11010

Color Harmonies of #035A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035A82

Black with #035A82

Text Example


Text Example

White with #035A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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