Html Css Color HEX #22329F Egyptian Blue

📋 copy color: '#22329F'

red 34 ◦ green 50 ◦ blue 159

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

Shades of Egyptian Blue #22329F

Tints of Egyptian Blue #22329F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

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

R = 13.99%
G = 20.58%
B = 65.43%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#22329F (or 0x22329F) is known color: Egyptian Blue. HEX triplet: 22, 32 and 9F. RGB value is (34,50,159). Sum of RGB (Red+Green+Blue) = 34+50+159=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #22329F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22329F is #DDCD60. Grayscale: #393939. Windows color (decimal): -14536033 or 10433058. OLE color: 10433058.

HSL color Cylindrical-coordinate representation of color #22329F: hue angle of 232.32º degrees, saturation: 0.65, 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 #22329F is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 34 50 159 -
CMYK 0.79 0.69 0 0.38
HSL 232.32º 0.65% 0.38% -
HSV(B) 232.32º 0.79% 0.62% -
XYZ 8.06 5.12 33.37 -
YUV 57.64 185.2 111.14 -
System Red Green Blue C M Y K H S L
Decimal 34 50 159 0.79 0.69 0 0.38 232.32 0.65 0.38
Hex 22 32 9F 4F 45 0 26 E8 41 26
Octal 42 62 237 117 105 0 46 350 101 46
Binary 100010 110010 10011111 1001111 1000101 0 100110 11101000 1000001 100110

Color Harmonies of #22329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22329F

Black with #22329F

Text Example


Text Example

White with #22329F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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