#233A9E

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

Shades of Egyptian Blue #233A9E

Tints of Egyptian Blue #233A9E

Color information

#233A9E (or 0x233A9E) is unknown color: approx Egyptian Blue. HEX triplet: 23, 3A and 9E. RGB value is (35,58,158). Sum of RGB (Red+Green+Blue) = 35+58+158=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 158 (62.11% from 255 or 62.95% from 251); Max value from RGB is 158 - color contains mainly: blue. Hex color #233A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233A9E is #DCC561. Grayscale: #3E3E3E. Windows color (decimal): -14468450 or 10369571. OLE color: 10369571.

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

Color convert

RGB3558158-
CMYK0.780.6300.38
HSL228.78º63.73%37.84%-
HSV(B)228.78º77.85%61.96%-
XYZ8.385.8533.04-
YUV62.52181.88108.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.94%
GREEN value IS 58 (23.05% from 255) = 23.11%
BLUE value IS 158 (62.11% from 255) = 62.95%
R=13.94%
G=23.11%
B=62.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal35581580.780.6300.38228.7863.7337.84
Hex233A9E4E3F026e54026
Octal43722361167704634510046
Binary1000111110101001111010011101111110100110111001011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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