#023292

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

Shades of Smalt #023292

Tints of Smalt #023292

Color information

#023292 (or 0x023292) is unknown color: approx Smalt. HEX triplet: 02, 32 and 92. RGB value is (2,50,146). Sum of RGB (Red+Green+Blue) = 2+50+146=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 146 (57.42% from 255 or 73.74% from 198); Max value from RGB is 146 - color contains mainly: blue. Hex color #023292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023292 is #FDCD6D. Grayscale: #2E2E2E. Windows color (decimal): -16633198 or 9581058. OLE color: 9581058.

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

Color convert

RGB250146-
CMYK0.990.6600.43
HSL220º97.3%29.02%-
HSV(B)220º98.63%57.25%-
XYZ6.354.3727.7-
YUV46.59184.196.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 50 (19.92% from 255) = 25.25%
BLUE value IS 146 (57.42% from 255) = 73.74%
R=1.01%
G=25.25%
B=73.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2501460.990.6600.4322097.329.02
Hex23292634202Bdc611d
Octal26222214310205333414135
Binary101100101001001011000111000010010101111011100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023292; }

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

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

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

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

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

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

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

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