#023296

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

Shades of Smalt #023296

Tints of Smalt #023296

Color information

#023296 (or 0x023296) is unknown color: approx Smalt. HEX triplet: 02, 32 and 96. RGB value is (2,50,150). Sum of RGB (Red+Green+Blue) = 2+50+150=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 150 (58.98% from 255 or 74.26% from 202); Max value from RGB is 150 - color contains mainly: blue. Hex color #023296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023296 is #FDCD69. Grayscale: #2E2E2E. Windows color (decimal): -16633194 or 9843202. OLE color: 9843202.

HSL color Cylindrical-coordinate representation of color #023296: hue angle of 220.54º 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 #023296 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB250150-
CMYK0.990.6700.41
HSL220.54º97.37%29.8%-
HSV(B)220.54º98.67%58.82%-
XYZ6.674.529.37-
YUV47.05186.195.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 50 (19.92% from 255) = 24.75%
BLUE value IS 150 (58.98% from 255) = 74.26%
R=0.99%
G=24.75%
B=74.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2501500.990.6700.41220.5497.3729.8
Hex232966343029dd611e
Octal26222614310305133514136
Binary101100101001011011000111000011010100111011101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023296; }

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

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

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

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

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

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

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

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