#233D9E

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

Shades of Egyptian Blue #233D9E

Tints of Egyptian Blue #233D9E

Color information

#233D9E (or 0x233D9E) is unknown color: approx Egyptian Blue. HEX triplet: 23, 3D and 9E. RGB value is (35,61,158). Sum of RGB (Red+Green+Blue) = 35+61+158=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 158 (62.11% from 255 or 62.20% from 254); Max value from RGB is 158 - color contains mainly: blue. Hex color #233D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233D9E is #DCC261. Grayscale: #3F3F3F. Windows color (decimal): -14467682 or 10370339. OLE color: 10370339.

HSL color Cylindrical-coordinate representation of color #233D9E: hue angle of 227.32º 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 #233D9E is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3561158-
CMYK0.780.6100.38
HSL227.32º63.73%37.84%-
HSV(B)227.32º77.85%61.96%-
XYZ8.536.1633.09-
YUV64.28180.89107.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.78%
GREEN value IS 61 (24.22% from 255) = 24.02%
BLUE value IS 158 (62.11% from 255) = 62.20%
R=13.78%
G=24.02%
B=62.20%

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
Decimal35611580.780.6100.38227.3263.7337.84
Hex233D9E4E3D026e34026
Octal43752361167504634310046
Binary1000111111011001111010011101111010100110111000111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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