Html Css Color HEX #222B9F Egyptian Blue

📋 copy color: '#222B9F'

red 34 ◦ green 43 ◦ blue 159

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

Shades of Egyptian Blue #222B9F

Tints of Egyptian Blue #222B9F

RGB

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

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

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

R = 14.41%
G = 18.22%
B = 67.37%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#222B9F (or 0x222B9F) is known color: Egyptian Blue. HEX triplet: 22, 2B and 9F. RGB value is (34,43,159). Sum of RGB (Red+Green+Blue) = 34+43+159=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #222B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222B9F is #DDD460. Grayscale: #353535. Windows color (decimal): -14537825 or 10431266. OLE color: 10431266.

HSL color Cylindrical-coordinate representation of color #222B9F: hue angle of 235.68º 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 #222B9F is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 34 43 159 -
CMYK 0.79 0.73 0 0.38
HSL 235.68º 0.65% 0.38% -
HSV(B) 235.68º 0.79% 0.62% -
XYZ 7.78 4.57 33.27 -
YUV 53.53 187.52 114.07 -
System Red Green Blue C M Y K H S L
Decimal 34 43 159 0.79 0.73 0 0.38 235.68 0.65 0.38
Hex 22 2B 9F 4F 49 0 26 EC 41 26
Octal 42 53 237 117 111 0 46 354 101 46
Binary 100010 101011 10011111 1001111 1001001 0 100110 11101100 1000001 100110

Color Harmonies of #222B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222B9F

Black with #222B9F

Text Example


Text Example

White with #222B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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