#223A92

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

Shades of Egyptian Blue #223A92

Tints of Egyptian Blue #223A92

Color information

#223A92 (or 0x223A92) is unknown color: approx Egyptian Blue. HEX triplet: 22, 3A and 92. RGB value is (34,58,146). Sum of RGB (Red+Green+Blue) = 34+58+146=238 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.29% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #223A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223A92 is #DDC56D. Grayscale: #3C3C3C. Windows color (decimal): -14533998 or 9583138. OLE color: 9583138.

HSL color Cylindrical-coordinate representation of color #223A92: hue angle of 227.14º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #223A92 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3458146-
CMYK0.770.6000.43
HSL227.14º62.22%35.29%-
HSV(B)227.14º76.71%57.25%-
XYZ7.365.4427.86-
YUV60.86176.05108.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.29%
GREEN value IS 58 (23.05% from 255) = 24.37%
BLUE value IS 146 (57.42% from 255) = 61.34%
R=14.29%
G=24.37%
B=61.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal34581460.770.6000.43227.1462.2235.29
Hex223A924D3C02Be33e23
Octal4272222115740533437643
Binary100010111010100100101001101111100010101111100011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,58,146); }

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

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

 a { background-color: rgb(34,58,146); }

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

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

 span { border-color: rgb(34,58,146); }

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