Html Css Color HEX #222E9B Egyptian Blue

📋 copy color: '#222E9B'

red 34 ◦ green 46 ◦ blue 155

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

Shades of Egyptian Blue #222E9B

Tints of Egyptian Blue #222E9B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.57%

 BLUE value IS 155 (60.94% from 255) = 65.96%

R = 14.47%
G = 19.57%
B = 65.96%

CMYK

 C value IS 0.78

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#222E9B (or 0x222E9B) is known color: Egyptian Blue. HEX triplet: 22, 2E and 9B. RGB value is (34,46,155). Sum of RGB (Red+Green+Blue) = 34+46+155=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #222E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222E9B is #DDD164. Grayscale: #363636. Windows color (decimal): -14537061 or 10169890. OLE color: 10169890.

HSL color Cylindrical-coordinate representation of color #222E9B: hue angle of 234.05º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #222E9B is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 34 46 155 -
CMYK 0.78 0.70 0 0.39
HSL 234.05º 0.64% 0.37% -
HSV(B) 234.05º 0.78% 0.61% -
XYZ 7.55 4.66 31.51 -
YUV 54.84 184.52 113.14 -
System Red Green Blue C M Y K H S L
Decimal 34 46 155 0.78 0.70 0 0.39 234.05 0.64 0.37
Hex 22 2E 9B 4E 46 0 27 EA 40 25
Octal 42 56 233 116 106 0 47 352 100 45
Binary 100010 101110 10011011 1001110 1000110 0 100111 11101010 1000000 100101

Color Harmonies of #222E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222E9B

Black with #222E9B

Text Example


Text Example

White with #222E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,46,155); }

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

background-color css

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

 a { background-color: rgb(34,46,155); }

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

border-color css

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

 span { border-color: rgb(34,46,155); }

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