#03449B

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

Shades of Cobalt #03449B

Tints of Cobalt #03449B

Color information

#03449B (or 0x03449B) is unknown color: approx Cobalt. HEX triplet: 03, 44 and 9B. RGB value is (3,68,155). Sum of RGB (Red+Green+Blue) = 3+68+155=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #03449B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03449B is #FCBB64. Grayscale: #3A3A3A. Windows color (decimal): -16563045 or 10175491. OLE color: 10175491.

HSL color Cylindrical-coordinate representation of color #03449B: hue angle of 214.34º 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 #03449B is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB368155-
CMYK0.980.5600.39
HSL214.34º96.2%30.98%-
HSV(B)214.34º98.06%60.78%-
XYZ8.026.5231.85-
YUV58.48182.4788.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.33%
GREEN value IS 68 (26.95% from 255) = 30.09%
BLUE value IS 155 (60.94% from 255) = 68.58%
R=1.33%
G=30.09%
B=68.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal3681550.980.5600.39214.3496.230.98
Hex3449B6238027d6601f
Octal31042331427004732614037
Binary111000100100110111100010111000010011111010110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03449B; }

 p { color: rgb(3,68,155); }

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

<style>
 a { background-color: #03449B; }

 a { background-color: rgb(3,68,155); }

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

<style>
 span { border-color: #03449B; }

 span { border-color: rgb(3,68,155); }

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