Html Css Color HEX #03529E Cobalt

📋 copy color: '#03529E'

red 3 ◦ green 82 ◦ blue 158

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

Shades of Cobalt #03529E

Tints of Cobalt #03529E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 65.02%

R = 1.23%
G = 33.74%
B = 65.02%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#03529E (or 0x03529E) is known color: Cobalt. HEX triplet: 03, 52 and 9E. RGB value is (3,82,158). Sum of RGB (Red+Green+Blue) = 3+82+158=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 158 (62.11% from 255 or 65.02% from 243); Max value from RGB is 158 - color contains mainly: blue. Hex color #03529E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03529E is #FCAD61. Grayscale: #424242. Windows color (decimal): -16559458 or 10375683. OLE color: 10375683.

HSL color Cylindrical-coordinate representation of color #03529E: hue angle of 209.42º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03529E is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 3 82 158 -
CMYK 0.98 0.48 0 0.38
HSL 209.42º 0.96% 0.32% -
HSV(B) 209.42º 0.98% 0.62% -
XYZ 9.23 8.52 33.51 -
YUV 67.04 179.33 82.32 -
System Red Green Blue C M Y K H S L
Decimal 3 82 158 0.98 0.48 0 0.38 209.42 0.96 0.32
Hex 3 52 9E 62 30 0 26 D1 60 20
Octal 3 122 236 142 60 0 46 321 140 40
Binary 11 1010010 10011110 1100010 110000 0 100110 11010001 1100000 100000

Color Harmonies of #03529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03529E

Black with #03529E

Text Example


Text Example

White with #03529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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