Html Css Color HEX #22249B Egyptian Blue

📋 copy color: '#22249B'

red 34 ◦ green 36 ◦ blue 155

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

Shades of Egyptian Blue #22249B

Tints of Egyptian Blue #22249B

RGB

 RED value IS 34 (13.67% from 255) = 15.11%

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

 BLUE value IS 155 (60.94% from 255) = 68.89%

R = 15.11%
G = 16%
B = 68.89%

CMYK

 C value IS 0.78

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#22249B (or 0x22249B) is known color: Egyptian Blue. HEX triplet: 22, 24 and 9B. RGB value is (34,36,155). Sum of RGB (Red+Green+Blue) = 34+36+155=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 155 (60.94% from 255 or 68.89% from 225); Max value from RGB is 155 - color contains mainly: blue. Hex color #22249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22249B is #DDDB64. Grayscale: #303030. Windows color (decimal): -14539621 or 10167330. OLE color: 10167330.

HSL color Cylindrical-coordinate representation of color #22249B: hue angle of 239.01º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22249B is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 34 36 155 -
CMYK 0.78 0.77 0 0.39
HSL 239.01º 0.64% 0.37% -
HSV(B) 239.01º 0.78% 0.61% -
XYZ 7.21 3.97 31.4 -
YUV 48.97 187.84 117.32 -
System Red Green Blue C M Y K H S L
Decimal 34 36 155 0.78 0.77 0 0.39 239.01 0.64 0.37
Hex 22 24 9B 4E 4D 0 27 EF 40 25
Octal 42 44 233 116 115 0 47 357 100 45
Binary 100010 100100 10011011 1001110 1001101 0 100111 11101111 1000000 100101

Color Harmonies of #22249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22249B

Black with #22249B

Text Example


Text Example

White with #22249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22249B; }

 p { color: rgb(34,36,155); }

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

background-color css

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

 a { background-color: rgb(34,36,155); }

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

border-color css

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

 span { border-color: rgb(34,36,155); }

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