#233E96

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

Shades of Egyptian Blue #233E96

Tints of Egyptian Blue #233E96

Color information

#233E96 (or 0x233E96) is unknown color: approx Egyptian Blue. HEX triplet: 23, 3E and 96. RGB value is (35,62,150). Sum of RGB (Red+Green+Blue) = 35+62+150=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #233E96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233E96 is #DCC169. Grayscale: #3F3F3F. Windows color (decimal): -14467434 or 9846307. OLE color: 9846307.

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

Color convert

RGB3562150-
CMYK0.770.5900.41
HSL225.91º62.16%36.27%-
HSV(B)225.91º76.67%58.82%-
XYZ7.92629.6-
YUV63.96176.55107.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.17%
GREEN value IS 62 (24.61% from 255) = 25.10%
BLUE value IS 150 (58.98% from 255) = 60.73%
R=14.17%
G=25.10%
B=60.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal35621500.770.5900.41225.9162.1636.27
Hex233E964D3B029e23e24
Octal4376226115730513427644
Binary100011111110100101101001101111011010100111100010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233E96; }

 p { color: rgb(35,62,150); }

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

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

 a { background-color: rgb(35,62,150); }

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

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

 span { border-color: rgb(35,62,150); }

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