#222B98

Color #222B98 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #222B98

Tints of Egyptian Blue #222B98

Color information

#222B98 (or 0x222B98) is unknown color: approx Egyptian Blue. HEX triplet: 22, 2B and 98. RGB value is (34,43,152). Sum of RGB (Red+Green+Blue) = 34+43+152=229 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.85% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 152 (59.77% from 255 or 66.38% from 229); Max value from RGB is 152 - color contains mainly: blue. Hex color #222B98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222B98 is #DDD467. Grayscale: #343434. Windows color (decimal): -14537832 or 9972514. OLE color: 9972514.

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

Color convert

RGB3443152-
CMYK0.780.7200.40
HSL235.42º63.44%36.47%-
HSV(B)235.42º77.63%59.61%-
XYZ7.194.3330.16-
YUV52.74184.02114.64-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.85%
GREEN value IS 43 (17.19% from 255) = 18.78%
BLUE value IS 152 (59.77% from 255) = 66.38%
R=14.85%
G=18.78%
B=66.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal34431520.780.7200.40235.4263.4436.47
Hex222B984E48028eb3f24
Octal42532301161100503537744
Binary1000101010111001100010011101001000010100011101011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #222B98;
 }
 .AnyTagClassName
 {
   color: #222B98;
 }
</style>
background-color css

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

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

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

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

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

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