Html Css Color HEX #22318D Egyptian Blue

📋 copy color: '#22318D'

red 34 ◦ green 49 ◦ blue 141

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

Shades of Egyptian Blue #22318D

Tints of Egyptian Blue #22318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.88%

 BLUE value IS 141 (55.47% from 255) = 62.95%

R = 15.18%
G = 21.88%
B = 62.95%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#22318D (or 0x22318D) is known color: Egyptian Blue. HEX triplet: 22, 31 and 8D. RGB value is (34,49,141). Sum of RGB (Red+Green+Blue) = 34+49+141=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #22318D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22318D is #DDCE72. Grayscale: #363636. Windows color (decimal): -14536307 or 9253154. OLE color: 9253154.

HSL color Cylindrical-coordinate representation of color #22318D: hue angle of 231.59º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22318D is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 34 49 141 -
CMYK 0.76 0.65 0 0.45
HSL 231.59º 0.61% 0.34% -
HSV(B) 231.59º 0.76% 0.55% -
XYZ 6.57 4.46 25.71 -
YUV 55 176.53 113.02 -
System Red Green Blue C M Y K H S L
Decimal 34 49 141 0.76 0.65 0 0.45 231.59 0.61 0.34
Hex 22 31 8D 4C 41 0 2D E8 3D 22
Octal 42 61 215 114 101 0 55 350 75 42
Binary 100010 110001 10001101 1001100 1000001 0 101101 11101000 111101 100010

Color Harmonies of #22318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22318D

Black with #22318D

Text Example


Text Example

White with #22318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22318D; }

 p { color: rgb(34,49,141); }

 H1.HeaderClassName
 {
   color: #22318D;
 }
 .AnyTagClassName
 {
   color: #22318D;
 }
</style>

background-color css

<style>
 a { background-color: #22318D; }

 a { background-color: rgb(34,49,141); }

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

border-color css

<style>
 span { border-color: #22318D; }

 span { border-color: rgb(34,49,141); }

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