Shades of Egyptian Blue #234096
Tints of Egyptian Blue #234096
RGB
CMYK
RGB Variations
Color information
#234096 (or 0x234096) is known color: Egyptian Blue. HEX triplet: 23, 40 and 96. RGB value is (35,64,150). Sum of RGB (Red+Green+Blue) = 35+64+150=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #234096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234096 is #DCBF69. Grayscale: #404040. Windows color (decimal): -14466922 or 9846819. OLE color: 9846819.
HSL color Cylindrical-coordinate representation of color #234096: hue angle of 224.87º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #234096 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 64 | 150 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.41 |
| HSL | 224.87º | 0.62% | 0.36% | - |
| HSV(B) | 224.87º | 0.77% | 0.59% | - |
| XYZ | 8.03 | 6.23 | 29.63 | - |
| YUV | 65.13 | 175.89 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 150 | 0.77 | 0.57 | 0 | 0.41 | 224.87 | 0.62 | 0.36 |
| Hex | 23 | 40 | 96 | 4D | 39 | 0 | 29 | E1 | 3E | 24 |
| Octal | 43 | 100 | 226 | 115 | 71 | 0 | 51 | 341 | 76 | 44 |
| Binary | 100011 | 1000000 | 10010110 | 1001101 | 111001 | 0 | 101001 | 11100001 | 111110 | 100100 |
Color Harmonies of #234096
Complementary color
Monochromatic Colors of #234096
Black with #234096
Text Example
Text Example
White with #234096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234096; }
p { color: rgb(35,64,150); }
H1.HeaderClassName
{
color: #234096;
}
.AnyTagClassName
{
color: #234096;
}
</style>
background-color css
<style>
a { background-color: #234096; }
a { background-color: rgb(35,64,150); }
div.DivClassName
{
background-color: #234096;
}
.BgClassName
{
background-color: #234096;
}
</style>
border-color css
<style>
span { border-color: #234096; }
span { border-color: rgb(35,64,150); }
td.TdClassName
{
border-color: #234096;
}
.TagClassName
{
border-color: #234096;
}
</style>