#223C92

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

Shades of Egyptian Blue #223C92

Tints of Egyptian Blue #223C92

Color information

#223C92 (or 0x223C92) is unknown color: approx Egyptian Blue. HEX triplet: 22, 3C and 92. RGB value is (34,60,146). Sum of RGB (Red+Green+Blue) = 34+60+146=240 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.17% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #223C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223C92 is #DDC36D. Grayscale: #3D3D3D. Windows color (decimal): -14533486 or 9583650. OLE color: 9583650.

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

Color convert

RGB3460146-
CMYK0.770.5900.43
HSL226.07º62.22%35.29%-
HSV(B)226.07º76.71%57.25%-
XYZ7.465.6527.89-
YUV62.03175.39108.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.17%
GREEN value IS 60 (23.83% from 255) = 25%
BLUE value IS 146 (57.42% from 255) = 60.83%
R=14.17%
G=25%
B=60.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal34601460.770.5900.43226.0762.2235.29
Hex223C924D3B02Be23e23
Octal4274222115730533427643
Binary100010111100100100101001101111011010101111100010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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