#022392

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

Shades of Smalt #022392

Tints of Smalt #022392

Color information

#022392 (or 0x022392) is unknown color: approx Smalt. HEX triplet: 02, 23 and 92. RGB value is (2,35,146). Sum of RGB (Red+Green+Blue) = 2+35+146=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 146 (57.42% from 255 or 79.78% from 183); Max value from RGB is 146 - color contains mainly: blue. Hex color #022392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022392 is #FDDC6D. Grayscale: #252525. Windows color (decimal): -16637038 or 9577218. OLE color: 9577218.

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

Color convert

RGB235146-
CMYK0.990.7600.43
HSL226.25º97.3%29.02%-
HSV(B)226.25º98.63%57.25%-
XYZ5.813.2927.52-
YUV37.79189.07102.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 35 (14.06% from 255) = 19.13%
BLUE value IS 146 (57.42% from 255) = 79.78%
R=1.09%
G=19.13%
B=79.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2351460.990.7600.43226.2597.329.02
Hex22392634C02Be2611d
Octal24322214311405334214135
Binary101000111001001011000111001100010101111100010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022392; }

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

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

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

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

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

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

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

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