Shades of Egyptian Blue #28349A
Tints of Egyptian Blue #28349A
RGB
CMYK
RGB Variations
Color information
#28349A (or 0x28349A) is known color: Egyptian Blue. HEX triplet: 28, 34 and 9A. RGB value is (40,52,154). Sum of RGB (Red+Green+Blue) = 40+52+154=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 154 (60.55% from 255 or 62.60% from 246); Max value from RGB is 154 - color contains mainly: blue. Hex color #28349A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28349A is #D7CB65. Grayscale: #3B3B3B. Windows color (decimal): -14142310 or 10105896. OLE color: 10105896.
HSL color Cylindrical-coordinate representation of color #28349A: hue angle of 233.68º 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 #28349A is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 52 | 154 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.40 |
| HSL | 233.68º | 0.59% | 0.38% | - |
| HSV(B) | 233.68º | 0.74% | 0.6% | - |
| XYZ | 7.94 | 5.24 | 31.17 | - |
| YUV | 60.04 | 181.02 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 154 | 0.74 | 0.66 | 0 | 0.40 | 233.68 | 0.59 | 0.38 |
| Hex | 28 | 34 | 9A | 4A | 42 | 0 | 28 | EA | 3B | 26 |
| Octal | 50 | 64 | 232 | 112 | 102 | 0 | 50 | 352 | 73 | 46 |
| Binary | 101000 | 110100 | 10011010 | 1001010 | 1000010 | 0 | 101000 | 11101010 | 111011 | 100110 |
Color Harmonies of #28349A
Complementary color
Monochromatic Colors of #28349A
Black with #28349A
Text Example
Text Example
White with #28349A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28349A; }
p { color: rgb(40,52,154); }
H1.HeaderClassName
{
color: #28349A;
}
.AnyTagClassName
{
color: #28349A;
}
</style>
background-color css
<style>
a { background-color: #28349A; }
a { background-color: rgb(40,52,154); }
div.DivClassName
{
background-color: #28349A;
}
.BgClassName
{
background-color: #28349A;
}
</style>
border-color css
<style>
span { border-color: #28349A; }
span { border-color: rgb(40,52,154); }
td.TdClassName
{
border-color: #28349A;
}
.TagClassName
{
border-color: #28349A;
}
</style>