#233294

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

Shades of Egyptian Blue #233294

Tints of Egyptian Blue #233294

Color information

#233294 (or 0x233294) is unknown color: approx Egyptian Blue. HEX triplet: 23, 32 and 94. RGB value is (35,50,148). Sum of RGB (Red+Green+Blue) = 35+50+148=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 148 (58.20% from 255 or 63.52% from 233); Max value from RGB is 148 - color contains mainly: blue. Hex color #233294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233294 is #DCCD6B. Grayscale: #383838. Windows color (decimal): -14470508 or 9712163. OLE color: 9712163.

HSL color Cylindrical-coordinate representation of color #233294: hue angle of 232.04º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #233294 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3550148-
CMYK0.760.6600.42
HSL232.04º61.75%35.88%-
HSV(B)232.04º76.35%58.04%-
XYZ7.184.7828.56-
YUV56.69179.53112.53-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.02%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 148 (58.20% from 255) = 63.52%
R=15.02%
G=21.46%
B=63.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal35501480.760.6600.42232.0461.7535.88
Hex2332944C4202Ae83e24
Octal43622241141020523507644
Binary1000111100101001010010011001000010010101011101000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233294; }

 p { color: rgb(35,50,148); }

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

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

 a { background-color: rgb(35,50,148); }

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

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

 span { border-color: rgb(35,50,148); }

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