#02308E

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

Shades of Smalt #02308E

Tints of Smalt #02308E

Color information

#02308E (or 0x02308E) is unknown color: approx Smalt. HEX triplet: 02, 30 and 8E. RGB value is (2,48,142). Sum of RGB (Red+Green+Blue) = 2+48+142=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 142 (55.86% from 255 or 73.96% from 192); Max value from RGB is 142 - color contains mainly: blue. Hex color #02308E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02308E is #FDCF71. Grayscale: #2C2C2C. Windows color (decimal): -16633714 or 9318402. OLE color: 9318402.

HSL color Cylindrical-coordinate representation of color #02308E: hue angle of 220.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 #02308E is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB248142-
CMYK0.990.6600.44
HSL220.29º97.22%28.24%-
HSV(B)220.29º98.59%55.69%-
XYZ5.964.0826.06-
YUV44.96182.7697.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 48 (19.14% from 255) = 25%
BLUE value IS 142 (55.86% from 255) = 73.96%
R=1.04%
G=25%
B=73.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2481420.990.6600.44220.2997.2228.24
Hex2308E634202Cdc611c
Octal26021614310205433414134
Binary101100001000111011000111000010010110011011100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02308E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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