Html Css Color HEX #222FA0 Egyptian Blue

📋 copy color: '#222FA0'

red 34 ◦ green 47 ◦ blue 160

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

Shades of Egyptian Blue #222FA0

Tints of Egyptian Blue #222FA0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.5%

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

R = 14.11%
G = 19.5%
B = 66.39%

CMYK

 C value IS 0.79

 M value IS 0.71

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#222FA0 (or 0x222FA0) is known color: Egyptian Blue. HEX triplet: 22, 2F and A0. RGB value is (34,47,160). Sum of RGB (Red+Green+Blue) = 34+47+160=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 160 (62.89% from 255 or 66.39% from 241); Max value from RGB is 160 - color contains mainly: blue. Hex color #222FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222FA0 is #DDD05F. Grayscale: #373737. Windows color (decimal): -14536800 or 10497826. OLE color: 10497826.

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

Color convert

RGB 34 47 160 -
CMYK 0.79 0.71 0 0.37
HSL 233.81º 0.65% 0.38% -
HSV(B) 233.81º 0.79% 0.63% -
XYZ 8.02 4.91 33.78 -
YUV 56 186.69 112.31 -
System Red Green Blue C M Y K H S L
Decimal 34 47 160 0.79 0.71 0 0.37 233.81 0.65 0.38
Hex 22 2F A0 4F 47 0 25 EA 41 26
Octal 42 57 240 117 107 0 45 352 101 46
Binary 100010 101111 10100000 1001111 1000111 0 100101 11101010 1000001 100110

Color Harmonies of #222FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222FA0

Black with #222FA0

Text Example


Text Example

White with #222FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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