#233592

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

Shades of Egyptian Blue #233592

Tints of Egyptian Blue #233592

Color information

#233592 (or 0x233592) is unknown color: approx Egyptian Blue. HEX triplet: 23, 35 and 92. RGB value is (35,53,146). Sum of RGB (Red+Green+Blue) = 35+53+146=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #233592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233592 is #DCCA6D. Grayscale: #393939. Windows color (decimal): -14469742 or 9581859. OLE color: 9581859.

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

Color convert

RGB3553146-
CMYK0.760.6400.43
HSL230.27º61.33%35.49%-
HSV(B)230.27º76.03%57.25%-
XYZ7.154.9827.78-
YUV58.22177.54111.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.96%
GREEN value IS 53 (21.09% from 255) = 22.65%
BLUE value IS 146 (57.42% from 255) = 62.39%
R=14.96%
G=22.65%
B=62.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal35531460.760.6400.43230.2761.3335.49
Hex2335924C4002Be63d23
Octal43652221141000533467543
Binary1000111101011001001010011001000000010101111100110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233592; }

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

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

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

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

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

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

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

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