Html Css Color HEX #022296 Smalt

📋 copy color: '#022296'

red 2 ◦ green 34 ◦ blue 150

#022296
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #022296

Tints of Smalt #022296

RGB

 RED value IS 2 (1.17% from 255) = 1.08%

 GREEN value IS 34 (13.67% from 255) = 18.28%

 BLUE value IS 150 (58.98% from 255) = 80.65%

R = 1.08%
G = 18.28%
B = 80.65%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#022296 (or 0x022296) is known color: Smalt. HEX triplet: 02, 22 and 96. RGB value is (2,34,150). Sum of RGB (Red+Green+Blue) = 2+34+150=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 150 (58.98% from 255 or 80.65% from 186); Max value from RGB is 150 - color contains mainly: blue. Hex color #022296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022296 is #FDDD69. Grayscale: #252525. Windows color (decimal): -16637290 or 9839106. OLE color: 9839106.

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

Color convert

RGB 2 34 150 -
CMYK 0.99 0.77 0 0.41
HSL 227.03º 0.97% 0.3% -
HSV(B) 227.03º 0.99% 0.59% -
XYZ 6.1 3.36 29.18 -
YUV 37.66 191.4 102.57 -
System Red Green Blue C M Y K H S L
Decimal 2 34 150 0.99 0.77 0 0.41 227.03 0.97 0.3
Hex 2 22 96 63 4D 0 29 E3 61 1E
Octal 2 42 226 143 115 0 51 343 141 36
Binary 10 100010 10010110 1100011 1001101 0 101001 11100011 1100001 11110

Color Harmonies of #022296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022296

Black with #022296

Text Example


Text Example

White with #022296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022296; }

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

 H1.HeaderClassName
 {
   color: #022296;
 }
 .AnyTagClassName
 {
   color: #022296;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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