Html Css Color HEX #22328F Egyptian Blue

📋 copy color: '#22328F'

red 34 ◦ green 50 ◦ blue 143

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

Shades of Egyptian Blue #22328F

Tints of Egyptian Blue #22328F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 63%

R = 14.98%
G = 22.03%
B = 63%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#22328F (or 0x22328F) is known color: Egyptian Blue. HEX triplet: 22, 32 and 8F. RGB value is (34,50,143). Sum of RGB (Red+Green+Blue) = 34+50+143=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 143 (56.25% from 255 or 63.00% from 227); Max value from RGB is 143 - color contains mainly: blue. Hex color #22328F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22328F is #DDCD70. Grayscale: #373737. Windows color (decimal): -14536049 or 9384482. OLE color: 9384482.

HSL color Cylindrical-coordinate representation of color #22328F: hue angle of 231.19º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22328F is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 50 143 -
CMYK 0.76 0.65 0 0.44
HSL 231.19º 0.62% 0.35% -
HSV(B) 231.19º 0.76% 0.56% -
XYZ 6.76 4.6 26.52 -
YUV 55.82 177.2 112.44 -
System Red Green Blue C M Y K H S L
Decimal 34 50 143 0.76 0.65 0 0.44 231.19 0.62 0.35
Hex 22 32 8F 4C 41 0 2C E7 3E 23
Octal 42 62 217 114 101 0 54 347 76 43
Binary 100010 110010 10001111 1001100 1000001 0 101100 11100111 111110 100011

Color Harmonies of #22328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22328F

Black with #22328F

Text Example


Text Example

White with #22328F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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