Html Css Color HEX #22349B Egyptian Blue

📋 copy color: '#22349B'

red 34 ◦ green 52 ◦ blue 155

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

Shades of Egyptian Blue #22349B

Tints of Egyptian Blue #22349B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

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

R = 14.11%
G = 21.58%
B = 64.32%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#22349B (or 0x22349B) is known color: Egyptian Blue. HEX triplet: 22, 34 and 9B. RGB value is (34,52,155). Sum of RGB (Red+Green+Blue) = 34+52+155=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #22349B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22349B is #DDCB64. Grayscale: #393939. Windows color (decimal): -14535525 or 10171426. OLE color: 10171426.

HSL color Cylindrical-coordinate representation of color #22349B: hue angle of 231.07º 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 #22349B is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 34 52 155 -
CMYK 0.78 0.66 0 0.39
HSL 231.07º 0.64% 0.37% -
HSV(B) 231.07º 0.78% 0.61% -
XYZ 7.8 5.16 31.6 -
YUV 58.36 182.54 110.62 -
System Red Green Blue C M Y K H S L
Decimal 34 52 155 0.78 0.66 0 0.39 231.07 0.64 0.37
Hex 22 34 9B 4E 42 0 27 E7 40 25
Octal 42 64 233 116 102 0 47 347 100 45
Binary 100010 110100 10011011 1001110 1000010 0 100111 11100111 1000000 100101

Color Harmonies of #22349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22349B

Black with #22349B

Text Example


Text Example

White with #22349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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