Html Css Color HEX #222F93 Egyptian Blue

📋 copy color: '#222F93'

red 34 ◦ green 47 ◦ blue 147

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

Shades of Egyptian Blue #222F93

Tints of Egyptian Blue #222F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 64.47%

R = 14.91%
G = 20.61%
B = 64.47%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#222F93 (or 0x222F93) is known color: Egyptian Blue. HEX triplet: 22, 2F and 93. RGB value is (34,47,147). Sum of RGB (Red+Green+Blue) = 34+47+147=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #222F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222F93 is #DDD06C. Grayscale: #363636. Windows color (decimal): -14536813 or 9645858. OLE color: 9645858.

HSL color Cylindrical-coordinate representation of color #222F93: hue angle of 233.1º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #222F93 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 47 147 -
CMYK 0.77 0.68 0 0.42
HSL 233.1º 0.62% 0.35% -
HSV(B) 233.1º 0.77% 0.58% -
XYZ 6.94 4.48 28.1 -
YUV 54.51 180.19 113.37 -
System Red Green Blue C M Y K H S L
Decimal 34 47 147 0.77 0.68 0 0.42 233.1 0.62 0.35
Hex 22 2F 93 4D 44 0 2A E9 3E 23
Octal 42 57 223 115 104 0 52 351 76 43
Binary 100010 101111 10010011 1001101 1000100 0 101010 11101001 111110 100011

Color Harmonies of #222F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222F93

Black with #222F93

Text Example


Text Example

White with #222F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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