#233492

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

Shades of Egyptian Blue #233492

Tints of Egyptian Blue #233492

Color information

#233492 (or 0x233492) is unknown color: approx Egyptian Blue. HEX triplet: 23, 34 and 92. RGB value is (35,52,146). Sum of RGB (Red+Green+Blue) = 35+52+146=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #233492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233492 is #DCCB6D. Grayscale: #393939. Windows color (decimal): -14469998 or 9581603. OLE color: 9581603.

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

Color convert

RGB3552146-
CMYK0.760.6400.43
HSL230.81º61.33%35.49%-
HSV(B)230.81º76.03%57.25%-
XYZ7.114.8927.76-
YUV57.63177.87111.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.02%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 146 (57.42% from 255) = 62.66%
R=15.02%
G=22.32%
B=62.66%

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
Decimal35521460.760.6400.43230.8161.3335.49
Hex2334924C4002Be73d23
Octal43642221141000533477543
Binary1000111101001001001010011001000000010101111100111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233492; }

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

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

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

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

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

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

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

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