Html Css Color HEX #035292 Dark Cerulean

📋 copy color: '#035292'

red 3 ◦ green 82 ◦ blue 146

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

Shades of Dark Cerulean #035292

Tints of Dark Cerulean #035292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 63.2%

R = 1.3%
G = 35.5%
B = 63.2%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#035292 (or 0x035292) is known color: Dark Cerulean. HEX triplet: 03, 52 and 92. RGB value is (3,82,146). Sum of RGB (Red+Green+Blue) = 3+82+146=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #035292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035292 is #FCAD6D. Grayscale: #414141. Windows color (decimal): -16559470 or 9589251. OLE color: 9589251.

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

Color convert

RGB 3 82 146 -
CMYK 0.98 0.44 0 0.43
HSL 206.85º 0.96% 0.29% -
HSV(B) 206.85º 0.98% 0.57% -
XYZ 8.24 8.13 28.33 -
YUV 65.68 173.33 83.3 -
System Red Green Blue C M Y K H S L
Decimal 3 82 146 0.98 0.44 0 0.43 206.85 0.96 0.29
Hex 3 52 92 62 2C 0 2B CF 60 1D
Octal 3 122 222 142 54 0 53 317 140 35
Binary 11 1010010 10010010 1100010 101100 0 101011 11001111 1100000 11101

Color Harmonies of #035292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035292

Black with #035292

Text Example


Text Example

White with #035292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035292; }

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

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

background-color css

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

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

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

border-color css

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

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

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