Shades of Egyptian Blue #28339C
Tints of Egyptian Blue #28339C
RGB
CMYK
RGB Variations
Color information
#28339C (or 0x28339C) is known color: Egyptian Blue. HEX triplet: 28, 33 and 9C. RGB value is (40,51,156). Sum of RGB (Red+Green+Blue) = 40+51+156=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #28339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28339C is #D7CC63. Grayscale: #3B3B3B. Windows color (decimal): -14142564 or 10236712. OLE color: 10236712.
HSL color Cylindrical-coordinate representation of color #28339C: hue angle of 234.31º 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 #28339C is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 51 | 156 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.39 |
| HSL | 234.31º | 0.59% | 0.38% | - |
| HSV(B) | 234.31º | 0.74% | 0.61% | - |
| XYZ | 8.06 | 5.22 | 32.04 | - |
| YUV | 59.68 | 182.36 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 51 | 156 | 0.74 | 0.67 | 0 | 0.39 | 234.31 | 0.59 | 0.38 |
| Hex | 28 | 33 | 9C | 4A | 43 | 0 | 27 | EA | 3B | 26 |
| Octal | 50 | 63 | 234 | 112 | 103 | 0 | 47 | 352 | 73 | 46 |
| Binary | 101000 | 110011 | 10011100 | 1001010 | 1000011 | 0 | 100111 | 11101010 | 111011 | 100110 |
Color Harmonies of #28339C
Complementary color
Monochromatic Colors of #28339C
Black with #28339C
Text Example
Text Example
White with #28339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28339C; }
p { color: rgb(40,51,156); }
H1.HeaderClassName
{
color: #28339C;
}
.AnyTagClassName
{
color: #28339C;
}
</style>
background-color css
<style>
a { background-color: #28339C; }
a { background-color: rgb(40,51,156); }
div.DivClassName
{
background-color: #28339C;
}
.BgClassName
{
background-color: #28339C;
}
</style>
border-color css
<style>
span { border-color: #28339C; }
span { border-color: rgb(40,51,156); }
td.TdClassName
{
border-color: #28339C;
}
.TagClassName
{
border-color: #28339C;
}
</style>