Shades of Egyptian Blue #2435A6
Tints of Egyptian Blue #2435A6
RGB
CMYK
RGB Variations
Color information
#2435A6 (or 0x2435A6) is known color: Egyptian Blue. HEX triplet: 24, 35 and A6. RGB value is (36,53,166). Sum of RGB (Red+Green+Blue) = 36+53+166=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 166 (65.23% from 255 or 65.10% from 255); Max value from RGB is 166 - color contains mainly: blue. Hex color #2435A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2435A6 is #DBCA59. Grayscale: #3C3C3C. Windows color (decimal): -14404186 or 10892580. OLE color: 10892580.
HSL color Cylindrical-coordinate representation of color #2435A6: hue angle of 232.15º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2435A6 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 53 | 166 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.35 |
| HSL | 232.15º | 0.64% | 0.4% | - |
| HSV(B) | 232.15º | 0.78% | 0.65% | - |
| XYZ | 8.88 | 5.67 | 36.7 | - |
| YUV | 60.8 | 187.37 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 166 | 0.78 | 0.68 | 0 | 0.35 | 232.15 | 0.64 | 0.4 |
| Hex | 24 | 35 | A6 | 4E | 44 | 0 | 23 | E8 | 40 | 28 |
| Octal | 44 | 65 | 246 | 116 | 104 | 0 | 43 | 350 | 100 | 50 |
| Binary | 100100 | 110101 | 10100110 | 1001110 | 1000100 | 0 | 100011 | 11101000 | 1000000 | 101000 |
Color Harmonies of #2435A6
Complementary color
Monochromatic Colors of #2435A6
Black with #2435A6
Text Example
Text Example
White with #2435A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2435A6; }
p { color: rgb(36,53,166); }
H1.HeaderClassName
{
color: #2435A6;
}
.AnyTagClassName
{
color: #2435A6;
}
</style>
background-color css
<style>
a { background-color: #2435A6; }
a { background-color: rgb(36,53,166); }
div.DivClassName
{
background-color: #2435A6;
}
.BgClassName
{
background-color: #2435A6;
}
</style>
border-color css
<style>
span { border-color: #2435A6; }
span { border-color: rgb(36,53,166); }
td.TdClassName
{
border-color: #2435A6;
}
.TagClassName
{
border-color: #2435A6;
}
</style>