#23279e

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

Shades of Egyptian Blue #23279E

Tints of Egyptian Blue #23279E

Color information

#23279E (or 0x23279E) is unknown color: approx Egyptian Blue. HEX triplet: 23, 27 and 9E. RGB value is (35,39,158). Sum of RGB (Red+Green+Blue) = 35+39+158=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 158 (62.11% from 255 or 68.10% from 232); Max value from RGB is 158 - color contains mainly: blue. Hex color #23279E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23279E is #DCD861. Grayscale: #323232. Windows color (decimal): -14473314 or 10364707. OLE color: 10364707.

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

Color convert

RGB3539158-
CMYK0.780.7500.38
HSL238.05º63.73%37.84%-
HSV(B)238.05º77.85%61.96%-
XYZ7.594.2832.77-
YUV51.37188.17116.32-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.09%
GREEN value IS 39 (15.62% from 255) = 16.81%
BLUE value IS 158 (62.11% from 255) = 68.10%
R=15.09%
G=16.81%
B=68.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal35391580.780.7500.38238.0563.7337.84
Hex23279E4E4B026ee4026
Octal434723611611304635610046
Binary10001110011110011110100111010010110100110111011101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23279e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23279e; }

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

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

<style>
 a { background-color: #23279e; }

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

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

<style>
 span { border-color: #23279e; }

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

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