#233392

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

Shades of Egyptian Blue #233392

Tints of Egyptian Blue #233392

Color information

#233392 (or 0x233392) is unknown color: approx Egyptian Blue. HEX triplet: 23, 33 and 92. RGB value is (35,51,146). Sum of RGB (Red+Green+Blue) = 35+51+146=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 51 (20.31% from 255 or 21.98% 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 #233392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233392 is #DCCC6D. Grayscale: #383838. Windows color (decimal): -14470254 or 9581347. OLE color: 9581347.

HSL color Cylindrical-coordinate representation of color #233392: hue angle of 231.35º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #233392 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3551146-
CMYK0.760.6500.43
HSL231.35º61.33%35.49%-
HSV(B)231.35º76.03%57.25%-
XYZ7.074.827.75-
YUV57.05178.2112.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.09%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 146 (57.42% from 255) = 62.93%
R=15.09%
G=21.98%
B=62.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal35511460.760.6500.43231.3561.3335.49
Hex2333924C4102Be73d23
Octal43632221141010533477543
Binary1000111100111001001010011001000001010101111100111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233392; }

 p { color: rgb(35,51,146); }

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

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

 a { background-color: rgb(35,51,146); }

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

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

 span { border-color: rgb(35,51,146); }

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