Html Css Color HEX #222DA4 Egyptian Blue

📋 copy color: '#222DA4'

red 34 ◦ green 45 ◦ blue 164

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

Shades of Egyptian Blue #222DA4

Tints of Egyptian Blue #222DA4

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.52%

 BLUE value IS 164 (64.45% from 255) = 67.49%

R = 13.99%
G = 18.52%
B = 67.49%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#222DA4 (or 0x222DA4) is known color: Egyptian Blue. HEX triplet: 22, 2D and A4. RGB value is (34,45,164). Sum of RGB (Red+Green+Blue) = 34+45+164=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 164 (64.45% from 255 or 67.49% from 243); Max value from RGB is 164 - color contains mainly: blue. Hex color #222DA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222DA4 is #DDD25B. Grayscale: #363636. Windows color (decimal): -14537308 or 10759458. OLE color: 10759458.

HSL color Cylindrical-coordinate representation of color #222DA4: hue angle of 234.92º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #222DA4 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 34 45 164 -
CMYK 0.79 0.73 0 0.36
HSL 234.92º 0.66% 0.39% -
HSV(B) 234.92º 0.79% 0.64% -
XYZ 8.3 4.9 35.63 -
YUV 55.28 189.36 112.82 -
System Red Green Blue C M Y K H S L
Decimal 34 45 164 0.79 0.73 0 0.36 234.92 0.66 0.39
Hex 22 2D A4 4F 49 0 24 EB 42 27
Octal 42 55 244 117 111 0 44 353 102 47
Binary 100010 101101 10100100 1001111 1001001 0 100100 11101011 1000010 100111

Color Harmonies of #222DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222DA4

Black with #222DA4

Text Example


Text Example

White with #222DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222DA4; }

 p { color: rgb(34,45,164); }

 H1.HeaderClassName
 {
   color: #222DA4;
 }
 .AnyTagClassName
 {
   color: #222DA4;
 }
</style>

background-color css

<style>
 a { background-color: #222DA4; }

 a { background-color: rgb(34,45,164); }

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

border-color css

<style>
 span { border-color: #222DA4; }

 span { border-color: rgb(34,45,164); }

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