#022898

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

Shades of Smalt #022898

Tints of Smalt #022898

Color information

#022898 (or 0x022898) is unknown color: approx Smalt. HEX triplet: 02, 28 and 98. RGB value is (2,40,152). Sum of RGB (Red+Green+Blue) = 2+40+152=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 152 (59.77% from 255 or 78.35% from 194); Max value from RGB is 152 - color contains mainly: blue. Hex color #022898 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022898 is #FDD767. Grayscale: #282828. Windows color (decimal): -16635752 or 9971714. OLE color: 9971714.

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

Color convert

RGB240152-
CMYK0.990.7400.40
HSL224.8º97.4%30.2%-
HSV(B)224.8º98.68%59.61%-
XYZ6.453.830.1-
YUV41.41190.4199.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 40 (16.02% from 255) = 20.62%
BLUE value IS 152 (59.77% from 255) = 78.35%
R=1.03%
G=20.62%
B=78.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2401520.990.7400.40224.897.430.2
Hex22898634A028e1611e
Octal25023014311205034114136
Binary101010001001100011000111001010010100011100001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022898; }

 p { color: rgb(2,40,152); }

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

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

 a { background-color: rgb(2,40,152); }

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

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

 span { border-color: rgb(2,40,152); }

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