#23319F

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

Shades of Egyptian Blue #23319F

Tints of Egyptian Blue #23319F

Color information

#23319F (or 0x23319F) is unknown color: approx Egyptian Blue. HEX triplet: 23, 31 and 9F. RGB value is (35,49,159). Sum of RGB (Red+Green+Blue) = 35+49+159=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #23319F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23319F is #DCCE60. Grayscale: #383838. Windows color (decimal): -14470753 or 10432803. OLE color: 10432803.

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

Color convert

RGB3549159-
CMYK0.780.6900.38
HSL233.23º63.92%38.04%-
HSV(B)233.23º77.99%62.35%-
XYZ8.055.0633.35-
YUV57.35185.36112.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.40%
GREEN value IS 49 (19.53% from 255) = 20.16%
BLUE value IS 159 (62.5% from 255) = 65.43%
R=14.40%
G=20.16%
B=65.43%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal35491590.780.6900.38233.2363.9238.04
Hex23319F4E45026e94026
Octal436123711610504635110046
Binary10001111000110011111100111010001010100110111010011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23319F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23319F; }

 p { color: rgb(35,49,159); }

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

<style>
 a { background-color: #23319F; }

 a { background-color: rgb(35,49,159); }

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

<style>
 span { border-color: #23319F; }

 span { border-color: rgb(35,49,159); }

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