Html Css Color HEX #222C9B Egyptian Blue

📋 copy color: '#222C9B'

red 34 ◦ green 44 ◦ blue 155

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

Shades of Egyptian Blue #222C9B

Tints of Egyptian Blue #222C9B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.88%

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

R = 14.59%
G = 18.88%
B = 66.52%

CMYK

 C value IS 0.78

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#222C9B (or 0x222C9B) is known color: Egyptian Blue. HEX triplet: 22, 2C and 9B. RGB value is (34,44,155). Sum of RGB (Red+Green+Blue) = 34+44+155=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #222C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222C9B is #DDD364. Grayscale: #353535. Windows color (decimal): -14537573 or 10169378. OLE color: 10169378.

HSL color Cylindrical-coordinate representation of color #222C9B: hue angle of 235.04º 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 #222C9B is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 34 44 155 -
CMYK 0.78 0.72 0 0.39
HSL 235.04º 0.64% 0.37% -
HSV(B) 235.04º 0.78% 0.61% -
XYZ 7.48 4.51 31.49 -
YUV 53.66 185.19 113.97 -
System Red Green Blue C M Y K H S L
Decimal 34 44 155 0.78 0.72 0 0.39 235.04 0.64 0.37
Hex 22 2C 9B 4E 48 0 27 EB 40 25
Octal 42 54 233 116 110 0 47 353 100 45
Binary 100010 101100 10011011 1001110 1001000 0 100111 11101011 1000000 100101

Color Harmonies of #222C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222C9B

Black with #222C9B

Text Example


Text Example

White with #222C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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