#08228E

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

Shades of Smalt #08228E

Tints of Smalt #08228E

Color information

#08228E (or 0x08228E) is unknown color: approx Smalt. HEX triplet: 08, 22 and 8E. RGB value is (8,34,142). Sum of RGB (Red+Green+Blue) = 8+34+142=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 142 (55.86% from 255 or 77.17% from 184); Max value from RGB is 142 - color contains mainly: blue. Hex color #08228E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08228E is #F7DD71. Grayscale: #262626. Windows color (decimal): -16244082 or 9314824. OLE color: 9314824.

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

Color convert

RGB834142-
CMYK0.940.7600.44
HSL228.36º89.33%29.41%-
HSV(B)228.36º94.37%55.69%-
XYZ5.553.1525.91-
YUV38.54186.39106.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.35%
GREEN value IS 34 (13.67% from 255) = 18.48%
BLUE value IS 142 (55.86% from 255) = 77.17%
R=4.35%
G=18.48%
B=77.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8341420.940.7600.44228.3689.3329.41
Hex8228E5E4C02Ce4591d
Octal104221613611405434413135
Binary10001000101000111010111101001100010110011100100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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