#03429C

Color #03429C Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #03429C

Tints of Cobalt #03429C

Color information

#03429C (or 0x03429C) is unknown color: approx 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

RGB366156-
CMYK0.980.5800.39
HSL215.29º96.23%31.18%-
HSV(B)215.29º98.08%61.18%-
XYZ7.996.3232.25-
YUV57.42183.6389.18-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal3661560.980.5800.39215.2996.2331.18
Hex3429C623A027d7601f
Octal31022341427204732714037
Binary111000010100111001100010111010010011111010111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>