Shades of Egyptian Blue #234099
Tints of Egyptian Blue #234099
RGB
CMYK
RGB Variations
Color information
#234099 (or 0x234099) is known color: Egyptian Blue. HEX triplet: 23, 40 and 99. RGB value is (35,64,153). Sum of RGB (Red+Green+Blue) = 35+64+153=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #234099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234099 is #DCBF66. Grayscale: #414141. Windows color (decimal): -14466919 or 10043427. OLE color: 10043427.
HSL color Cylindrical-coordinate representation of color #234099: hue angle of 225.25º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #234099 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 35 | 64 | 153 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.4 |
| HSL | 225.25º | 0.63% | 0.37% | - |
| HSV(B) | 225.25º | 0.77% | 0.6% | - |
| XYZ | 8.28 | 6.32 | 30.92 | - |
| YUV | 65.48 | 177.39 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 153 | 0.77 | 0.58 | 0 | 0.4 | 225.25 | 0.63 | 0.37 |
| Hex | 23 | 40 | 99 | 4D | 3A | 0 | 28 | E1 | 3F | 25 |
| Octal | 43 | 100 | 231 | 115 | 72 | 0 | 50 | 341 | 77 | 45 |
| Binary | 100011 | 1000000 | 10011001 | 1001101 | 111010 | 0 | 101000 | 11100001 | 111111 | 100101 |
Color Harmonies of #234099
Complementary color
Monochromatic Colors of #234099
Black with #234099
Text Example
Text Example
White with #234099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234099; }
p { color: rgb(35,64,153); }
H1.HeaderClassName
{
color: #234099;
}
.AnyTagClassName
{
color: #234099;
}
</style>
background-color css
<style>
a { background-color: #234099; }
a { background-color: rgb(35,64,153); }
div.DivClassName
{
background-color: #234099;
}
.BgClassName
{
background-color: #234099;
}
</style>
border-color css
<style>
span { border-color: #234099; }
span { border-color: rgb(35,64,153); }
td.TdClassName
{
border-color: #234099;
}
.TagClassName
{
border-color: #234099;
}
</style>