Html Css Color HEX #21229F Egyptian Blue

📋 copy color: '#21229F'

red 33 ◦ green 34 ◦ blue 159

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

Shades of Egyptian Blue #21229F

Tints of Egyptian Blue #21229F

RGB

 RED value IS 33 (13.28% from 255) = 14.6%

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

 BLUE value IS 159 (62.5% from 255) = 70.35%

R = 14.6%
G = 15.04%
B = 70.35%

CMYK

 C value IS 0.79

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21229F (or 0x21229F) is known color: Egyptian Blue. HEX triplet: 21, 22 and 9F. RGB value is (33,34,159). Sum of RGB (Red+Green+Blue) = 33+34+159=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 159 (62.5% from 255 or 70.35% from 226); Max value from RGB is 159 - color contains mainly: blue. Hex color #21229F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21229F is #DEDD60. Grayscale: #2F2F2F. Windows color (decimal): -14605665 or 10428961. OLE color: 10428961.

HSL color Cylindrical-coordinate representation of color #21229F: hue angle of 239.52º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21229F is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 34 159 -
CMYK 0.79 0.79 0 0.38
HSL 239.52º 0.66% 0.38% -
HSV(B) 239.52º 0.79% 0.62% -
XYZ 7.46 3.97 33.17 -
YUV 47.95 190.67 117.34 -
System Red Green Blue C M Y K H S L
Decimal 33 34 159 0.79 0.79 0 0.38 239.52 0.66 0.38
Hex 21 22 9F 4F 4F 0 26 F0 42 26
Octal 41 42 237 117 117 0 46 360 102 46
Binary 100001 100010 10011111 1001111 1001111 0 100110 11110000 1000010 100110

Color Harmonies of #21229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21229F

Black with #21229F

Text Example


Text Example

White with #21229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21229F; }

 p { color: rgb(33,34,159); }

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

background-color css

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

 a { background-color: rgb(33,34,159); }

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

border-color css

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

 span { border-color: rgb(33,34,159); }

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