Html Css Color HEX #222F96 Egyptian Blue

📋 copy color: '#222F96'

red 34 ◦ green 47 ◦ blue 150

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

Shades of Egyptian Blue #222F96

Tints of Egyptian Blue #222F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 64.94%

R = 14.72%
G = 20.35%
B = 64.94%

CMYK

 C value IS 0.77

 M value IS 0.69

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#222F96 (or 0x222F96) is known color: Egyptian Blue. HEX triplet: 22, 2F and 96. RGB value is (34,47,150). Sum of RGB (Red+Green+Blue) = 34+47+150=231 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.72% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #222F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222F96 is #DDD069. Grayscale: #363636. Windows color (decimal): -14536810 or 9842466. OLE color: 9842466.

HSL color Cylindrical-coordinate representation of color #222F96: hue angle of 233.28º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #222F96 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 34 47 150 -
CMYK 0.77 0.69 0 0.41
HSL 233.28º 0.63% 0.36% -
HSV(B) 233.28º 0.77% 0.59% -
XYZ 7.18 4.58 29.36 -
YUV 54.86 181.69 113.12 -
System Red Green Blue C M Y K H S L
Decimal 34 47 150 0.77 0.69 0 0.41 233.28 0.63 0.36
Hex 22 2F 96 4D 45 0 29 E9 3F 24
Octal 42 57 226 115 105 0 51 351 77 44
Binary 100010 101111 10010110 1001101 1000101 0 101001 11101001 111111 100100

Color Harmonies of #222F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222F96

Black with #222F96

Text Example


Text Example

White with #222F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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