Html Css Color HEX #022290 Smalt

📋 copy color: '#022290'

red 2 ◦ green 34 ◦ blue 144

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

Shades of Smalt #022290

Tints of Smalt #022290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 80%

R = 1.11%
G = 18.89%
B = 80%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#022290 (or 0x022290) is known color: Smalt. HEX triplet: 02, 22 and 90. RGB value is (2,34,144). Sum of RGB (Red+Green+Blue) = 2+34+144=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 144 (56.64% from 255 or 80% from 180); Max value from RGB is 144 - color contains mainly: blue. Hex color #022290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022290 is #FDDD6F. Grayscale: #242424. Windows color (decimal): -16637296 or 9445890. OLE color: 9445890.

HSL color Cylindrical-coordinate representation of color #022290: hue angle of 226.48º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022290 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 34 144 -
CMYK 0.99 0.76 0 0.44
HSL 226.48º 0.97% 0.29% -
HSV(B) 226.48º 0.99% 0.56% -
XYZ 5.63 3.17 26.7 -
YUV 36.97 188.4 103.06 -
System Red Green Blue C M Y K H S L
Decimal 2 34 144 0.99 0.76 0 0.44 226.48 0.97 0.29
Hex 2 22 90 63 4C 0 2C E2 61 1D
Octal 2 42 220 143 114 0 54 342 141 35
Binary 10 100010 10010000 1100011 1001100 0 101100 11100010 1100001 11101

Color Harmonies of #022290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022290

Black with #022290

Text Example


Text Example

White with #022290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022290; }

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

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

background-color css

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

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

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

border-color css

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

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

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