Html Css Color HEX #022997 Smalt

📋 copy color: '#022997'

red 2 ◦ green 41 ◦ blue 151

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

Shades of Smalt #022997

Tints of Smalt #022997

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.13%

 BLUE value IS 151 (59.38% from 255) = 77.84%

R = 1.03%
G = 21.13%
B = 77.84%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#022997 (or 0x022997) is known color: Smalt. HEX triplet: 02, 29 and 97. RGB value is (2,41,151). Sum of RGB (Red+Green+Blue) = 2+41+151=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 151 (59.38% from 255 or 77.84% from 194); Max value from RGB is 151 - color contains mainly: blue. Hex color #022997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022997 is #FDD668. Grayscale: #292929. Windows color (decimal): -16635497 or 9906434. OLE color: 9906434.

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

Color convert

RGB 2 41 151 -
CMYK 0.99 0.73 0 0.41
HSL 224.3º 0.97% 0.3% -
HSV(B) 224.3º 0.99% 0.59% -
XYZ 6.4 3.83 29.68 -
YUV 41.88 189.58 99.56 -
System Red Green Blue C M Y K H S L
Decimal 2 41 151 0.99 0.73 0 0.41 224.3 0.97 0.3
Hex 2 29 97 63 49 0 29 E0 61 1E
Octal 2 51 227 143 111 0 51 340 141 36
Binary 10 101001 10010111 1100011 1001001 0 101001 11100000 1100001 11110

Color Harmonies of #022997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022997

Black with #022997

Text Example


Text Example

White with #022997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022997; }

 p { color: rgb(2,41,151); }

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

background-color css

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

 a { background-color: rgb(2,41,151); }

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

border-color css

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

 span { border-color: rgb(2,41,151); }

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