Html Css Color HEX #03529A Cobalt

📋 copy color: '#03529A'

red 3 ◦ green 82 ◦ blue 154

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

Shades of Cobalt #03529A

Tints of Cobalt #03529A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 64.44%

R = 1.26%
G = 34.31%
B = 64.44%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#03529A (or 0x03529A) is known color: Cobalt. HEX triplet: 03, 52 and 9A. RGB value is (3,82,154). Sum of RGB (Red+Green+Blue) = 3+82+154=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 154 (60.55% from 255 or 64.44% from 239); Max value from RGB is 154 - color contains mainly: blue. Hex color #03529A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03529A is #FCAD65. Grayscale: #424242. Windows color (decimal): -16559462 or 10113539. OLE color: 10113539.

HSL color Cylindrical-coordinate representation of color #03529A: hue angle of 208.61º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03529A is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 3 82 154 -
CMYK 0.98 0.47 0 0.40
HSL 208.61º 0.96% 0.31% -
HSV(B) 208.61º 0.98% 0.6% -
XYZ 8.89 8.39 31.72 -
YUV 66.59 177.33 82.65 -
System Red Green Blue C M Y K H S L
Decimal 3 82 154 0.98 0.47 0 0.40 208.61 0.96 0.31
Hex 3 52 9A 62 2F 0 28 D1 60 1F
Octal 3 122 232 142 57 0 50 321 140 37
Binary 11 1010010 10011010 1100010 101111 0 101000 11010001 1100000 11111

Color Harmonies of #03529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03529A

Black with #03529A

Text Example


Text Example

White with #03529A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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