Html Css Color HEX #222B9B Egyptian Blue

📋 copy color: '#222B9B'

red 34 ◦ green 43 ◦ blue 155

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

Shades of Egyptian Blue #222B9B

Tints of Egyptian Blue #222B9B

RGB

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

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

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

R = 14.66%
G = 18.53%
B = 66.81%

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

#222B9B (or 0x222B9B) is known color: Egyptian Blue. HEX triplet: 22, 2B and 9B. RGB value is (34,43,155). Sum of RGB (Red+Green+Blue) = 34+43+155=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #222B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222B9B is #DDD464. Grayscale: #343434. Windows color (decimal): -14537829 or 10169122. OLE color: 10169122.

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

Color convert

RGB 34 43 155 -
CMYK 0.78 0.72 0 0.39
HSL 235.54º 0.64% 0.37% -
HSV(B) 235.54º 0.78% 0.61% -
XYZ 7.44 4.43 31.47 -
YUV 53.08 185.52 114.39 -
System Red Green Blue C M Y K H S L
Decimal 34 43 155 0.78 0.72 0 0.39 235.54 0.64 0.37
Hex 22 2B 9B 4E 48 0 27 EC 40 25
Octal 42 53 233 116 110 0 47 354 100 45
Binary 100010 101011 10011011 1001110 1001000 0 100111 11101100 1000000 100101

Color Harmonies of #222B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222B9B

Black with #222B9B

Text Example


Text Example

White with #222B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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