Html Css Color HEX #222F9F Egyptian Blue

📋 copy color: '#222F9F'

red 34 ◦ green 47 ◦ blue 159

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

Shades of Egyptian Blue #222F9F

Tints of Egyptian Blue #222F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 66.25%

R = 14.17%
G = 19.58%
B = 66.25%

CMYK

 C value IS 0.79

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#222F9F (or 0x222F9F) is known color: Egyptian Blue. HEX triplet: 22, 2F and 9F. RGB value is (34,47,159). Sum of RGB (Red+Green+Blue) = 34+47+159=240 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.17% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #222F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222F9F is #DDD060. Grayscale: #373737. Windows color (decimal): -14536801 or 10432290. OLE color: 10432290.

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

Color convert

RGB 34 47 159 -
CMYK 0.79 0.70 0 0.38
HSL 233.76º 0.65% 0.38% -
HSV(B) 233.76º 0.79% 0.62% -
XYZ 7.93 4.88 33.32 -
YUV 55.88 186.19 112.39 -
System Red Green Blue C M Y K H S L
Decimal 34 47 159 0.79 0.70 0 0.38 233.76 0.65 0.38
Hex 22 2F 9F 4F 46 0 26 EA 41 26
Octal 42 57 237 117 106 0 46 352 101 46
Binary 100010 101111 10011111 1001111 1000110 0 100110 11101010 1000001 100110

Color Harmonies of #222F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222F9F

Black with #222F9F

Text Example


Text Example

White with #222F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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