#233E9E

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

Shades of Egyptian Blue #233E9E

Tints of Egyptian Blue #233E9E

Color information

#233E9E (or 0x233E9E) is unknown color: approx Egyptian Blue. HEX triplet: 23, 3E and 9E. RGB value is (35,62,158). Sum of RGB (Red+Green+Blue) = 35+62+158=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 158 (62.11% from 255 or 61.96% from 255); Max value from RGB is 158 - color contains mainly: blue. Hex color #233E9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233E9E is #DCC161. Grayscale: #404040. Windows color (decimal): -14467426 or 10370595. OLE color: 10370595.

HSL color Cylindrical-coordinate representation of color #233E9E: hue angle of 226.83º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #233E9E is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3562158-
CMYK0.780.6100.38
HSL226.83º63.73%37.84%-
HSV(B)226.83º77.85%61.96%-
XYZ8.596.2733.11-
YUV64.87180.55106.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.73%
GREEN value IS 62 (24.61% from 255) = 24.31%
BLUE value IS 158 (62.11% from 255) = 61.96%
R=13.73%
G=24.31%
B=61.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal35621580.780.6100.38226.8363.7337.84
Hex233E9E4E3D026e34026
Octal43762361167504634310046
Binary1000111111101001111010011101111010100110111000111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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