Shades of Egyptian Blue #28369F
Tints of Egyptian Blue #28369F
RGB
CMYK
RGB Variations
Color information
#28369F (or 0x28369F) is known color: Egyptian Blue. HEX triplet: 28, 36 and 9F. RGB value is (40,54,159). Sum of RGB (Red+Green+Blue) = 40+54+159=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #28369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28369F is #D7C960. Grayscale: #3D3D3D. Windows color (decimal): -14141793 or 10434088. OLE color: 10434088.
HSL color Cylindrical-coordinate representation of color #28369F: hue angle of 232.94º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28369F is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 54 | 159 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.38 |
| HSL | 232.94º | 0.6% | 0.39% | - |
| HSV(B) | 232.94º | 0.75% | 0.62% | - |
| XYZ | 8.45 | 5.59 | 33.43 | - |
| YUV | 61.78 | 182.86 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 159 | 0.75 | 0.66 | 0 | 0.38 | 232.94 | 0.6 | 0.39 |
| Hex | 28 | 36 | 9F | 4B | 42 | 0 | 26 | E9 | 3C | 27 |
| Octal | 50 | 66 | 237 | 113 | 102 | 0 | 46 | 351 | 74 | 47 |
| Binary | 101000 | 110110 | 10011111 | 1001011 | 1000010 | 0 | 100110 | 11101001 | 111100 | 100111 |
Color Harmonies of #28369F
Complementary color
Monochromatic Colors of #28369F
Black with #28369F
Text Example
Text Example
White with #28369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28369F; }
p { color: rgb(40,54,159); }
H1.HeaderClassName
{
color: #28369F;
}
.AnyTagClassName
{
color: #28369F;
}
</style>
background-color css
<style>
a { background-color: #28369F; }
a { background-color: rgb(40,54,159); }
div.DivClassName
{
background-color: #28369F;
}
.BgClassName
{
background-color: #28369F;
}
</style>
border-color css
<style>
span { border-color: #28369F; }
span { border-color: rgb(40,54,159); }
td.TdClassName
{
border-color: #28369F;
}
.TagClassName
{
border-color: #28369F;
}
</style>