Shades of Egyptian Blue #28349B
Tints of Egyptian Blue #28349B
RGB
CMYK
RGB Variations
Color information
#28349B (or 0x28349B) is known color: Egyptian Blue. HEX triplet: 28, 34 and 9B. RGB value is (40,52,155). Sum of RGB (Red+Green+Blue) = 40+52+155=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #28349B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28349B is #D7CB64. Grayscale: #3B3B3B. Windows color (decimal): -14142309 or 10171432. OLE color: 10171432.
HSL color Cylindrical-coordinate representation of color #28349B: hue angle of 233.74º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28349B is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 52 | 155 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.39 |
| HSL | 233.74º | 0.59% | 0.38% | - |
| HSV(B) | 233.74º | 0.74% | 0.61% | - |
| XYZ | 8.02 | 5.27 | 31.61 | - |
| YUV | 60.15 | 181.52 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 155 | 0.74 | 0.66 | 0 | 0.39 | 233.74 | 0.59 | 0.38 |
| Hex | 28 | 34 | 9B | 4A | 42 | 0 | 27 | EA | 3B | 26 |
| Octal | 50 | 64 | 233 | 112 | 102 | 0 | 47 | 352 | 73 | 46 |
| Binary | 101000 | 110100 | 10011011 | 1001010 | 1000010 | 0 | 100111 | 11101010 | 111011 | 100110 |
Color Harmonies of #28349B
Complementary color
Monochromatic Colors of #28349B
Black with #28349B
Text Example
Text Example
White with #28349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28349B; }
p { color: rgb(40,52,155); }
H1.HeaderClassName
{
color: #28349B;
}
.AnyTagClassName
{
color: #28349B;
}
</style>
background-color css
<style>
a { background-color: #28349B; }
a { background-color: rgb(40,52,155); }
div.DivClassName
{
background-color: #28349B;
}
.BgClassName
{
background-color: #28349B;
}
</style>
border-color css
<style>
span { border-color: #28349B; }
span { border-color: rgb(40,52,155); }
td.TdClassName
{
border-color: #28349B;
}
.TagClassName
{
border-color: #28349B;
}
</style>