Html Css Color HEX #022396 Smalt

📋 copy color: '#022396'

red 2 ◦ green 35 ◦ blue 150

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

Shades of Smalt #022396

Tints of Smalt #022396

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.72%

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

R = 1.07%
G = 18.72%
B = 80.21%

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

#022396 (or 0x022396) is known color: Smalt. HEX triplet: 02, 23 and 96. RGB value is (2,35,150). Sum of RGB (Red+Green+Blue) = 2+35+150=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 150 (58.98% from 255 or 80.21% from 187); Max value from RGB is 150 - color contains mainly: blue. Hex color #022396 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022396 is #FDDC69. Grayscale: #252525. Windows color (decimal): -16637034 or 9839362. OLE color: 9839362.

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

Color convert

RGB 2 35 150 -
CMYK 0.99 0.77 0 0.41
HSL 226.62º 0.97% 0.3% -
HSV(B) 226.62º 0.99% 0.59% -
XYZ 6.13 3.42 29.19 -
YUV 38.24 191.07 102.15 -
System Red Green Blue C M Y K H S L
Decimal 2 35 150 0.99 0.77 0 0.41 226.62 0.97 0.3
Hex 2 23 96 63 4D 0 29 E3 61 1E
Octal 2 43 226 143 115 0 51 343 141 36
Binary 10 100011 10010110 1100011 1001101 0 101001 11100011 1100001 11110

Color Harmonies of #022396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022396

Black with #022396

Text Example


Text Example

White with #022396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022396; }

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

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

background-color css

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

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

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

border-color css

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

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

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