#223492

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

Shades of Egyptian Blue #223492

Tints of Egyptian Blue #223492

Color information

#223492 (or 0x223492) is unknown color: approx Egyptian Blue. HEX triplet: 22, 34 and 92. RGB value is (34,52,146). Sum of RGB (Red+Green+Blue) = 34+52+146=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #223492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223492 is #DDCB6D. Grayscale: #383838. Windows color (decimal): -14535534 or 9581602. OLE color: 9581602.

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

Color convert

RGB3452146-
CMYK0.770.6400.43
HSL230.36º62.22%35.29%-
HSV(B)230.36º76.71%57.25%-
XYZ7.084.8727.76-
YUV57.33178.04111.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.66%
GREEN value IS 52 (20.70% from 255) = 22.41%
BLUE value IS 146 (57.42% from 255) = 62.93%
R=14.66%
G=22.41%
B=62.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal34521460.770.6400.43230.3662.2235.29
Hex2234924D4002Be63e23
Octal42642221151000533467643
Binary1000101101001001001010011011000000010101111100110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223492; }

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

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

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

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

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

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

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

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