Html Css Color HEX #222B9A Egyptian Blue

📋 copy color: '#222B9A'

red 34 ◦ green 43 ◦ blue 154

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

Shades of Egyptian Blue #222B9A

Tints of Egyptian Blue #222B9A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.61%

 BLUE value IS 154 (60.55% from 255) = 66.67%

R = 14.72%
G = 18.61%
B = 66.67%

CMYK

 C value IS 0.78

 M value IS 0.72

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#222B9A (or 0x222B9A) is known color: Egyptian Blue. HEX triplet: 22, 2B and 9A. RGB value is (34,43,154). Sum of RGB (Red+Green+Blue) = 34+43+154=231 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.72% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 154 (60.55% from 255 or 66.67% from 231); Max value from RGB is 154 - color contains mainly: blue. Hex color #222B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222B9A is #DDD465. Grayscale: #343434. Windows color (decimal): -14537830 or 10103586. OLE color: 10103586.

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

Color convert

RGB 34 43 154 -
CMYK 0.78 0.72 0 0.40
HSL 235.5º 0.64% 0.37% -
HSV(B) 235.5º 0.78% 0.6% -
XYZ 7.36 4.4 31.03 -
YUV 52.96 185.02 114.47 -
System Red Green Blue C M Y K H S L
Decimal 34 43 154 0.78 0.72 0 0.40 235.5 0.64 0.37
Hex 22 2B 9A 4E 48 0 28 EC 40 25
Octal 42 53 232 116 110 0 50 354 100 45
Binary 100010 101011 10011010 1001110 1001000 0 101000 11101100 1000000 100101

Color Harmonies of #222B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222B9A

Black with #222B9A

Text Example


Text Example

White with #222B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,43,154); }

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

background-color css

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

 a { background-color: rgb(34,43,154); }

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

border-color css

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

 span { border-color: rgb(34,43,154); }

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