Shades of Egyptian Blue #23379F
Tints of Egyptian Blue #23379F
RGB
CMYK
RGB Variations
Color information
#23379F (or 0x23379F) is known color: Egyptian Blue. HEX triplet: 23, 37 and 9F. RGB value is (35,55,159). Sum of RGB (Red+Green+Blue) = 35+55+159=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #23379F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23379F is #DCC860. Grayscale: #3C3C3C. Windows color (decimal): -14469217 or 10434339. OLE color: 10434339.
HSL color Cylindrical-coordinate representation of color #23379F: hue angle of 230.32º 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 #23379F is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 55 | 159 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.38 |
| HSL | 230.32º | 0.64% | 0.38% | - |
| HSV(B) | 230.32º | 0.78% | 0.62% | - |
| XYZ | 8.32 | 5.59 | 33.44 | - |
| YUV | 60.88 | 183.37 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 55 | 159 | 0.78 | 0.65 | 0 | 0.38 | 230.32 | 0.64 | 0.38 |
| Hex | 23 | 37 | 9F | 4E | 41 | 0 | 26 | E6 | 40 | 26 |
| Octal | 43 | 67 | 237 | 116 | 101 | 0 | 46 | 346 | 100 | 46 |
| Binary | 100011 | 110111 | 10011111 | 1001110 | 1000001 | 0 | 100110 | 11100110 | 1000000 | 100110 |
Color Harmonies of #23379F
Complementary color
Monochromatic Colors of #23379F
Black with #23379F
Text Example
Text Example
White with #23379F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23379F; }
p { color: rgb(35,55,159); }
H1.HeaderClassName
{
color: #23379F;
}
.AnyTagClassName
{
color: #23379F;
}
</style>
background-color css
<style>
a { background-color: #23379F; }
a { background-color: rgb(35,55,159); }
div.DivClassName
{
background-color: #23379F;
}
.BgClassName
{
background-color: #23379F;
}
</style>
border-color css
<style>
span { border-color: #23379F; }
span { border-color: rgb(35,55,159); }
td.TdClassName
{
border-color: #23379F;
}
.TagClassName
{
border-color: #23379F;
}
</style>