#223E98

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

Shades of Egyptian Blue #223E98

Tints of Egyptian Blue #223E98

Color information

#223E98 (or 0x223E98) is unknown color: approx Egyptian Blue. HEX triplet: 22, 3E and 98. RGB value is (34,62,152). Sum of RGB (Red+Green+Blue) = 34+62+152=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #223E98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223E98 is #DDC167. Grayscale: #3F3F3F. Windows color (decimal): -14532968 or 9977378. OLE color: 9977378.

HSL color Cylindrical-coordinate representation of color #223E98: hue angle of 225.76º 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 #223E98 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3462152-
CMYK0.780.5900.40
HSL225.76º63.44%36.47%-
HSV(B)225.76º77.63%59.61%-
XYZ8.056.0530.45-
YUV63.89177.72106.68-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.71%
GREEN value IS 62 (24.61% from 255) = 25%
BLUE value IS 152 (59.77% from 255) = 61.29%
R=13.71%
G=25%
B=61.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal34621520.780.5900.40225.7663.4436.47
Hex223E984E3B028e23f24
Octal4276230116730503427744
Binary100010111110100110001001110111011010100011100010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223E98; }

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

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

<style>
 a { background-color: #223E98; }

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

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

<style>
 span { border-color: #223E98; }

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

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