#232E8F

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

Shades of Egyptian Blue #232E8F

Tints of Egyptian Blue #232E8F

Color information

#232E8F (or 0x232E8F) is unknown color: approx Egyptian Blue. HEX triplet: 23, 2E and 8F. RGB value is (35,46,143). Sum of RGB (Red+Green+Blue) = 35+46+143=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 143 (56.25% from 255 or 63.84% from 224); Max value from RGB is 143 - color contains mainly: blue. Hex color #232E8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232E8F is #DCD170. Grayscale: #353535. Windows color (decimal): -14471537 or 9383459. OLE color: 9383459.

HSL color Cylindrical-coordinate representation of color #232E8F: hue angle of 233.89º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #232E8F is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3546143-
CMYK0.760.6800.44
HSL233.89º60.67%34.9%-
HSV(B)233.89º75.52%56.08%-
XYZ6.634.2926.47-
YUV53.77178.36114.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.62%
GREEN value IS 46 (18.36% from 255) = 20.54%
BLUE value IS 143 (56.25% from 255) = 63.84%
R=15.62%
G=20.54%
B=63.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal35461430.760.6800.44233.8960.6734.9
Hex232E8F4C4402Cea3d23
Octal43562171141040543527543
Binary1000111011101000111110011001000100010110011101010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232E8F; }

 p { color: rgb(35,46,143); }

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

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

 a { background-color: rgb(35,46,143); }

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

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

 span { border-color: rgb(35,46,143); }

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