Shades of Egyptian Blue #28379C
Tints of Egyptian Blue #28379C
RGB
CMYK
RGB Variations
Color information
#28379C (or 0x28379C) is known color: Egyptian Blue. HEX triplet: 28, 37 and 9C. RGB value is (40,55,156). Sum of RGB (Red+Green+Blue) = 40+55+156=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #28379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28379C is #D7C863. Grayscale: #3D3D3D. Windows color (decimal): -14141540 or 10237736. OLE color: 10237736.
HSL color Cylindrical-coordinate representation of color #28379C: hue angle of 232.24º 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 #28379C is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 55 | 156 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.39 |
| HSL | 232.24º | 0.59% | 0.38% | - |
| HSV(B) | 232.24º | 0.74% | 0.61% | - |
| XYZ | 8.24 | 5.58 | 32.1 | - |
| YUV | 62.03 | 181.03 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 156 | 0.74 | 0.65 | 0 | 0.39 | 232.24 | 0.59 | 0.38 |
| Hex | 28 | 37 | 9C | 4A | 41 | 0 | 27 | E8 | 3B | 26 |
| Octal | 50 | 67 | 234 | 112 | 101 | 0 | 47 | 350 | 73 | 46 |
| Binary | 101000 | 110111 | 10011100 | 1001010 | 1000001 | 0 | 100111 | 11101000 | 111011 | 100110 |
Color Harmonies of #28379C
Complementary color
Monochromatic Colors of #28379C
Black with #28379C
Text Example
Text Example
White with #28379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28379C; }
p { color: rgb(40,55,156); }
H1.HeaderClassName
{
color: #28379C;
}
.AnyTagClassName
{
color: #28379C;
}
</style>
background-color css
<style>
a { background-color: #28379C; }
a { background-color: rgb(40,55,156); }
div.DivClassName
{
background-color: #28379C;
}
.BgClassName
{
background-color: #28379C;
}
</style>
border-color css
<style>
span { border-color: #28379C; }
span { border-color: rgb(40,55,156); }
td.TdClassName
{
border-color: #28379C;
}
.TagClassName
{
border-color: #28379C;
}
</style>