Html Css Color HEX #035291 Dark Cerulean

📋 copy color: '#035291'

red 3 ◦ green 82 ◦ blue 145

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

Shades of Dark Cerulean #035291

Tints of Dark Cerulean #035291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.65%

 BLUE value IS 145 (57.03% from 255) = 63.04%

R = 1.3%
G = 35.65%
B = 63.04%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#035291 (or 0x035291) is known color: Dark Cerulean. HEX triplet: 03, 52 and 91. RGB value is (3,82,145). Sum of RGB (Red+Green+Blue) = 3+82+145=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #035291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035291 is #FCAD6E. Grayscale: #414141. Windows color (decimal): -16559471 or 9523715. OLE color: 9523715.

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

Color convert

RGB 3 82 145 -
CMYK 0.98 0.43 0 0.43
HSL 206.62º 0.96% 0.29% -
HSV(B) 206.62º 0.98% 0.57% -
XYZ 8.17 8.1 27.92 -
YUV 65.56 172.83 83.38 -
System Red Green Blue C M Y K H S L
Decimal 3 82 145 0.98 0.43 0 0.43 206.62 0.96 0.29
Hex 3 52 91 62 2B 0 2B CF 60 1D
Octal 3 122 221 142 53 0 53 317 140 35
Binary 11 1010010 10010001 1100010 101011 0 101011 11001111 1100000 11101

Color Harmonies of #035291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035291

Black with #035291

Text Example


Text Example

White with #035291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035291; }

 p { color: rgb(3,82,145); }

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

background-color css

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

 a { background-color: rgb(3,82,145); }

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

border-color css

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

 span { border-color: rgb(3,82,145); }

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