#04228E

Color #04228E Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #04228E

Tints of Smalt #04228E

Color information

#04228E (or 0x04228E) is unknown color: approx Smalt. HEX triplet: 04, 22 and 8E. RGB value is (4,34,142). Sum of RGB (Red+Green+Blue) = 4+34+142=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 142 (55.86% from 255 or 78.89% from 180); Max value from RGB is 142 - color contains mainly: blue. Hex color #04228E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04228E is #FBDD71. Grayscale: #242424. Windows color (decimal): -16506226 or 9314820. OLE color: 9314820.

HSL color Cylindrical-coordinate representation of color #04228E: hue angle of 226.96º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04228E is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB434142-
CMYK0.970.7600.44
HSL226.96º94.52%28.63%-
HSV(B)226.96º97.18%55.69%-
XYZ5.53.1225.9-
YUV37.34187.06104.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.22%
GREEN value IS 34 (13.67% from 255) = 18.89%
BLUE value IS 142 (55.86% from 255) = 78.89%
R=2.22%
G=18.89%
B=78.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4341420.970.7600.44226.9694.5228.63
Hex4228E614C02Ce35f1d
Octal44221614111405434313735
Binary1001000101000111011000011001100010110011100011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04228E; }

 p { color: rgb(4,34,142); }

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

<style>
 a { background-color: #04228E; }

 a { background-color: rgb(4,34,142); }

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

<style>
 span { border-color: #04228E; }

 span { border-color: rgb(4,34,142); }

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