#03549f

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

Shades of Cobalt #03549F

Tints of Cobalt #03549F

Color information

#03549F (or 0x03549F) is unknown color: approx Cobalt. HEX triplet: 03, 54 and 9F. RGB value is (3,84,159). Sum of RGB (Red+Green+Blue) = 3+84+159=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #03549F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03549F is #FCAB60. Grayscale: #434343. Windows color (decimal): -16558945 or 10441731. OLE color: 10441731.

HSL color Cylindrical-coordinate representation of color #03549F: hue angle of 208.85º 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 #03549F is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB384159-
CMYK0.980.4700.38
HSL208.85º96.3%31.76%-
HSV(B)208.85º98.11%62.35%-
XYZ9.478.8634.01-
YUV68.33179.1681.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.22%
GREEN value IS 84 (33.20% from 255) = 34.15%
BLUE value IS 159 (62.5% from 255) = 64.63%
R=1.22%
G=34.15%
B=64.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal3841590.980.4700.38208.8596.331.76
Hex3549F622F026d16020
Octal31242371425704632114040
Binary1110101001001111111000101011110100110110100011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03549f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03549f; }

 p { color: rgb(3,84,159); }

 H1.HeaderClassName
 {
   color: #03549f;
 }
 .AnyTagClassName
 {
   color: #03549f;
 }
</style>
background-color css

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

 a { background-color: rgb(3,84,159); }

 div.DivClassName
 {
   background-color: #03549f;
 }
 .BgClassName
 {
   background-color: #03549f;
 }
</style>
border-color css

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

 span { border-color: rgb(3,84,159); }

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