Shades of Egyptian Blue #283093
Tints of Egyptian Blue #283093
RGB
CMYK
RGB Variations
Color information
#283093 (or 0x283093) is known color: Egyptian Blue. HEX triplet: 28, 30 and 93. RGB value is (40,48,147). Sum of RGB (Red+Green+Blue) = 40+48+147=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #283093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283093 is #D7CF6C. Grayscale: #383838. Windows color (decimal): -14143341 or 9646120. OLE color: 9646120.
HSL color Cylindrical-coordinate representation of color #283093: hue angle of 235.51º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #283093 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 48 | 147 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.42 |
| HSL | 235.51º | 0.57% | 0.37% | - |
| HSV(B) | 235.51º | 0.73% | 0.58% | - |
| XYZ | 7.2 | 4.67 | 28.13 | - |
| YUV | 56.89 | 178.85 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 48 | 147 | 0.73 | 0.67 | 0 | 0.42 | 235.51 | 0.57 | 0.37 |
| Hex | 28 | 30 | 93 | 49 | 43 | 0 | 2A | EC | 39 | 25 |
| Octal | 50 | 60 | 223 | 111 | 103 | 0 | 52 | 354 | 71 | 45 |
| Binary | 101000 | 110000 | 10010011 | 1001001 | 1000011 | 0 | 101010 | 11101100 | 111001 | 100101 |
Color Harmonies of #283093
Complementary color
Monochromatic Colors of #283093
Black with #283093
Text Example
Text Example
White with #283093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283093; }
p { color: rgb(40,48,147); }
H1.HeaderClassName
{
color: #283093;
}
.AnyTagClassName
{
color: #283093;
}
</style>
background-color css
<style>
a { background-color: #283093; }
a { background-color: rgb(40,48,147); }
div.DivClassName
{
background-color: #283093;
}
.BgClassName
{
background-color: #283093;
}
</style>
border-color css
<style>
span { border-color: #283093; }
span { border-color: rgb(40,48,147); }
td.TdClassName
{
border-color: #283093;
}
.TagClassName
{
border-color: #283093;
}
</style>