#023396

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

Shades of Smalt #023396

Tints of Smalt #023396

Color information

#023396 (or 0x023396) is unknown color: approx Smalt. HEX triplet: 02, 33 and 96. RGB value is (2,51,150). Sum of RGB (Red+Green+Blue) = 2+51+150=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 150 (58.98% from 255 or 73.89% from 203); Max value from RGB is 150 - color contains mainly: blue. Hex color #023396 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023396 is #FDCC69. Grayscale: #2F2F2F. Windows color (decimal): -16632938 or 9843458. OLE color: 9843458.

HSL color Cylindrical-coordinate representation of color #023396: hue angle of 220.14º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023396 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB251150-
CMYK0.990.6600.41
HSL220.14º97.37%29.8%-
HSV(B)220.14º98.67%58.82%-
XYZ6.714.5829.38-
YUV47.64185.7795.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 150 (58.98% from 255) = 73.89%
R=0.99%
G=25.12%
B=73.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2511500.990.6600.41220.1497.3729.8
Hex233966342029dc611e
Octal26322614310205133414136
Binary101100111001011011000111000010010100111011100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023396; }

 p { color: rgb(2,51,150); }

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

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

 a { background-color: rgb(2,51,150); }

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

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

 span { border-color: rgb(2,51,150); }

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