Html Css Color HEX #222BA0 Egyptian Blue

📋 copy color: '#222BA0'

red 34 ◦ green 43 ◦ blue 160

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

Shades of Egyptian Blue #222BA0

Tints of Egyptian Blue #222BA0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.14%

 BLUE value IS 160 (62.89% from 255) = 67.51%

R = 14.35%
G = 18.14%
B = 67.51%

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

#222BA0 (or 0x222BA0) is known color: Egyptian Blue. HEX triplet: 22, 2B and A0. RGB value is (34,43,160). Sum of RGB (Red+Green+Blue) = 34+43+160=237 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.35% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 160 (62.89% from 255 or 67.51% from 237); Max value from RGB is 160 - color contains mainly: blue. Hex color #222BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222BA0 is #DDD45F. Grayscale: #353535. Windows color (decimal): -14537824 or 10496802. OLE color: 10496802.

HSL color Cylindrical-coordinate representation of color #222BA0: hue angle of 235.71º 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 #222BA0 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 34 43 160 -
CMYK 0.79 0.73 0 0.37
HSL 235.71º 0.65% 0.38% -
HSV(B) 235.71º 0.79% 0.63% -
XYZ 7.87 4.61 33.73 -
YUV 53.65 188.02 113.99 -
System Red Green Blue C M Y K H S L
Decimal 34 43 160 0.79 0.73 0 0.37 235.71 0.65 0.38
Hex 22 2B A0 4F 49 0 25 EC 41 26
Octal 42 53 240 117 111 0 45 354 101 46
Binary 100010 101011 10100000 1001111 1001001 0 100101 11101100 1000001 100110

Color Harmonies of #222BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222BA0

Black with #222BA0

Text Example


Text Example

White with #222BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,43,160); }

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

background-color css

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

 a { background-color: rgb(34,43,160); }

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

border-color css

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

 span { border-color: rgb(34,43,160); }

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