#23389F

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

Shades of Egyptian Blue #23389F

Tints of Egyptian Blue #23389F

Color information

#23389F (or 0x23389F) is unknown color: approx Egyptian Blue. HEX triplet: 23, 38 and 9F. RGB value is (35,56,159). Sum of RGB (Red+Green+Blue) = 35+56+159=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #23389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23389F is #DCC760. Grayscale: #3D3D3D. Windows color (decimal): -14468961 or 10434595. OLE color: 10434595.

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

Color convert

RGB3556159-
CMYK0.780.6500.38
HSL229.84º63.92%38.04%-
HSV(B)229.84º77.99%62.35%-
XYZ8.375.6933.46-
YUV61.46183.04109.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14%
GREEN value IS 56 (22.27% from 255) = 22.4%
BLUE value IS 159 (62.5% from 255) = 63.6%
R=14%
G=22.4%
B=63.6%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal35561590.780.6500.38229.8463.9238.04
Hex23389F4E41026e64026
Octal437023711610104634610046
Binary10001111100010011111100111010000010100110111001101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23389F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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