Html Css Color HEX #022488 Smalt

📋 copy color: '#022488'

red 2 ◦ green 36 ◦ blue 136

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

Shades of Smalt #022488

Tints of Smalt #022488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.69%

 BLUE value IS 136 (53.52% from 255) = 78.16%

R = 1.15%
G = 20.69%
B = 78.16%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#022488 (or 0x022488) is known color: Smalt. HEX triplet: 02, 24 and 88. RGB value is (2,36,136). Sum of RGB (Red+Green+Blue) = 2+36+136=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 136 (53.52% from 255 or 78.16% from 174); Max value from RGB is 136 - color contains mainly: blue. Hex color #022488 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022488 is #FDDB77. Grayscale: #242424. Windows color (decimal): -16636792 or 8922114. OLE color: 8922114.

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

Color convert

RGB 2 36 136 -
CMYK 0.99 0.74 0 0.47
HSL 224.78º 0.97% 0.27% -
HSV(B) 224.78º 0.99% 0.53% -
XYZ 5.1 3.05 23.61 -
YUV 37.23 183.74 102.87 -
System Red Green Blue C M Y K H S L
Decimal 2 36 136 0.99 0.74 0 0.47 224.78 0.97 0.27
Hex 2 24 88 63 4A 0 2F E1 61 1B
Octal 2 44 210 143 112 0 57 341 141 33
Binary 10 100100 10001000 1100011 1001010 0 101111 11100001 1100001 11011

Color Harmonies of #022488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022488

Black with #022488

Text Example


Text Example

White with #022488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022488; }

 p { color: rgb(2,36,136); }

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

background-color css

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

 a { background-color: rgb(2,36,136); }

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

border-color css

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

 span { border-color: rgb(2,36,136); }

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