Html Css Color HEX #03429C Cobalt

📋 copy color: '#03429C'

red 3 ◦ green 66 ◦ blue 156

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

Shades of Cobalt #03429C

Tints of Cobalt #03429C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.33%

 BLUE value IS 156 (61.33% from 255) = 69.33%

R = 1.33%
G = 29.33%
B = 69.33%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#03429C (or 0x03429C) is known color: Cobalt. HEX triplet: 03, 42 and 9C. RGB value is (3,66,156). Sum of RGB (Red+Green+Blue) = 3+66+156=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 156 (61.33% from 255 or 69.33% from 225); Max value from RGB is 156 - color contains mainly: blue. Hex color #03429C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03429C is #FCBD63. Grayscale: #393939. Windows color (decimal): -16563556 or 10240515. OLE color: 10240515.

HSL color Cylindrical-coordinate representation of color #03429C: hue angle of 215.29º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03429C is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 3 66 156 -
CMYK 0.98 0.58 0 0.39
HSL 215.29º 0.96% 0.31% -
HSV(B) 215.29º 0.98% 0.61% -
XYZ 7.99 6.32 32.25 -
YUV 57.42 183.63 89.18 -
System Red Green Blue C M Y K H S L
Decimal 3 66 156 0.98 0.58 0 0.39 215.29 0.96 0.31
Hex 3 42 9C 62 3A 0 27 D7 60 1F
Octal 3 102 234 142 72 0 47 327 140 37
Binary 11 1000010 10011100 1100010 111010 0 100111 11010111 1100000 11111

Color Harmonies of #03429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03429C

Black with #03429C

Text Example


Text Example

White with #03429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03429C; }

 p { color: rgb(3,66,156); }

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

background-color css

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

 a { background-color: rgb(3,66,156); }

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

border-color css

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

 span { border-color: rgb(3,66,156); }

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