Html Css Color HEX #035182 Dark Cerulean

📋 copy color: '#035182'

red 3 ◦ green 81 ◦ blue 130

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

Shades of Dark Cerulean #035182

Tints of Dark Cerulean #035182

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.85%

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

R = 1.4%
G = 37.85%
B = 60.75%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#035182 (or 0x035182) is known color: Dark Cerulean. HEX triplet: 03, 51 and 82. RGB value is (3,81,130). Sum of RGB (Red+Green+Blue) = 3+81+130=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #035182 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035182 is #FCAE7D. Grayscale: #3E3E3E. Windows color (decimal): -16559742 or 8540419. OLE color: 8540419.

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

Color convert

RGB 3 81 130 -
CMYK 0.98 0.38 0 0.49
HSL 203.15º 0.95% 0.26% -
HSV(B) 203.15º 0.98% 0.51% -
XYZ 7.01 7.52 22.2 -
YUV 63.26 165.66 85.02 -
System Red Green Blue C M Y K H S L
Decimal 3 81 130 0.98 0.38 0 0.49 203.15 0.95 0.26
Hex 3 51 82 62 26 0 31 CB 5F 1A
Octal 3 121 202 142 46 0 61 313 137 32
Binary 11 1010001 10000010 1100010 100110 0 110001 11001011 1011111 11010

Color Harmonies of #035182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035182

Black with #035182

Text Example


Text Example

White with #035182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035182; }

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

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

background-color css

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

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

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

border-color css

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

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

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