#02228E

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

Shades of Smalt #02228E

Tints of Smalt #02228E

Color information

#02228E (or 0x02228E) is unknown color: approx Smalt. HEX triplet: 02, 22 and 8E. RGB value is (2,34,142). Sum of RGB (Red+Green+Blue) = 2+34+142=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 142 (55.86% from 255 or 79.78% from 178); Max value from RGB is 142 - color contains mainly: blue. Hex color #02228E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02228E is #FDDD71. Grayscale: #242424. Windows color (decimal): -16637298 or 9314818. OLE color: 9314818.

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

Color convert

RGB234142-
CMYK0.990.7600.44
HSL226.29º97.22%28.24%-
HSV(B)226.29º98.59%55.69%-
XYZ5.483.1125.9-
YUV36.74187.4103.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 34 (13.67% from 255) = 19.10%
BLUE value IS 142 (55.86% from 255) = 79.78%
R=1.12%
G=19.10%
B=79.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2341420.990.7600.44226.2997.2228.24
Hex2228E634C02Ce2611c
Octal24221614311405434214134
Binary101000101000111011000111001100010110011100010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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