Html Css Color HEX #222CA1 Egyptian Blue

📋 copy color: '#222CA1'

red 34 ◦ green 44 ◦ blue 161

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

Shades of Egyptian Blue #222CA1

Tints of Egyptian Blue #222CA1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.41%

 BLUE value IS 161 (63.28% from 255) = 67.36%

R = 14.23%
G = 18.41%
B = 67.36%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#222CA1 (or 0x222CA1) is known color: Egyptian Blue. HEX triplet: 22, 2C and A1. RGB value is (34,44,161). Sum of RGB (Red+Green+Blue) = 34+44+161=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 161 (63.28% from 255 or 67.36% from 239); Max value from RGB is 161 - color contains mainly: blue. Hex color #222CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222CA1 is #DDD35E. Grayscale: #353535. Windows color (decimal): -14537567 or 10562594. OLE color: 10562594.

HSL color Cylindrical-coordinate representation of color #222CA1: hue angle of 235.28º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #222CA1 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 34 44 161 -
CMYK 0.79 0.73 0 0.37
HSL 235.28º 0.65% 0.38% -
HSV(B) 235.28º 0.79% 0.63% -
XYZ 7.99 4.71 34.21 -
YUV 54.35 188.19 113.49 -
System Red Green Blue C M Y K H S L
Decimal 34 44 161 0.79 0.73 0 0.37 235.28 0.65 0.38
Hex 22 2C A1 4F 49 0 25 EB 41 26
Octal 42 54 241 117 111 0 45 353 101 46
Binary 100010 101100 10100001 1001111 1001001 0 100101 11101011 1000001 100110

Color Harmonies of #222CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222CA1

Black with #222CA1

Text Example


Text Example

White with #222CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,44,161); }

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

background-color css

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

 a { background-color: rgb(34,44,161); }

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

border-color css

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

 span { border-color: rgb(34,44,161); }

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