#233295

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

Shades of Egyptian Blue #233295

Tints of Egyptian Blue #233295

Color information

#233295 (or 0x233295) is unknown color: approx Egyptian Blue. HEX triplet: 23, 32 and 95. RGB value is (35,50,149). Sum of RGB (Red+Green+Blue) = 35+50+149=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #233295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233295 is #DCCD6A. Grayscale: #383838. Windows color (decimal): -14470507 or 9777699. OLE color: 9777699.

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

Color convert

RGB3550149-
CMYK0.770.6600.42
HSL232.11º61.96%36.08%-
HSV(B)232.11º76.51%58.43%-
XYZ7.264.8128.98-
YUV56.8180.03112.45-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.96%
GREEN value IS 50 (19.92% from 255) = 21.37%
BLUE value IS 149 (58.59% from 255) = 63.68%
R=14.96%
G=21.37%
B=63.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal35501490.770.6600.42232.1161.9636.08
Hex2332954D4202Ae83e24
Octal43622251151020523507644
Binary1000111100101001010110011011000010010101011101000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233295; }

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

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

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

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

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

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

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

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