Shades of Egyptian Blue #28369A
Tints of Egyptian Blue #28369A
RGB
CMYK
RGB Variations
Color information
#28369A (or 0x28369A) is known color: Egyptian Blue. HEX triplet: 28, 36 and 9A. RGB value is (40,54,154). Sum of RGB (Red+Green+Blue) = 40+54+154=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 154 (60.55% from 255 or 62.10% from 248); Max value from RGB is 154 - color contains mainly: blue. Hex color #28369A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28369A is #D7C965. Grayscale: #3C3C3C. Windows color (decimal): -14141798 or 10106408. OLE color: 10106408.
HSL color Cylindrical-coordinate representation of color #28369A: hue angle of 232.63º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28369A is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 54 | 154 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.40 |
| HSL | 232.63º | 0.59% | 0.38% | - |
| HSV(B) | 232.63º | 0.74% | 0.6% | - |
| XYZ | 8.03 | 5.42 | 31.2 | - |
| YUV | 61.21 | 180.36 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 154 | 0.74 | 0.65 | 0 | 0.40 | 232.63 | 0.59 | 0.38 |
| Hex | 28 | 36 | 9A | 4A | 41 | 0 | 28 | E9 | 3B | 26 |
| Octal | 50 | 66 | 232 | 112 | 101 | 0 | 50 | 351 | 73 | 46 |
| Binary | 101000 | 110110 | 10011010 | 1001010 | 1000001 | 0 | 101000 | 11101001 | 111011 | 100110 |
Color Harmonies of #28369A
Complementary color
Monochromatic Colors of #28369A
Black with #28369A
Text Example
Text Example
White with #28369A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28369A; }
p { color: rgb(40,54,154); }
H1.HeaderClassName
{
color: #28369A;
}
.AnyTagClassName
{
color: #28369A;
}
</style>
background-color css
<style>
a { background-color: #28369A; }
a { background-color: rgb(40,54,154); }
div.DivClassName
{
background-color: #28369A;
}
.BgClassName
{
background-color: #28369A;
}
</style>
border-color css
<style>
span { border-color: #28369A; }
span { border-color: rgb(40,54,154); }
td.TdClassName
{
border-color: #28369A;
}
.TagClassName
{
border-color: #28369A;
}
</style>