Shades of Egyptian Blue #283A9A
Tints of Egyptian Blue #283A9A
RGB
CMYK
RGB Variations
Color information
#283A9A (or 0x283A9A) is known color: Egyptian Blue. HEX triplet: 28, 3A and 9A. RGB value is (40,58,154). Sum of RGB (Red+Green+Blue) = 40+58+154=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 154 (60.55% from 255 or 61.11% from 252); Max value from RGB is 154 - color contains mainly: blue. Hex color #283A9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283A9A is #D7C565. Grayscale: #3F3F3F. Windows color (decimal): -14140774 or 10107432. OLE color: 10107432.
HSL color Cylindrical-coordinate representation of color #283A9A: hue angle of 230.53º 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 #283A9A is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 58 | 154 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.40 |
| HSL | 230.53º | 0.59% | 0.38% | - |
| HSV(B) | 230.53º | 0.74% | 0.6% | - |
| XYZ | 8.22 | 5.81 | 31.26 | - |
| YUV | 63.56 | 179.04 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 154 | 0.74 | 0.62 | 0 | 0.40 | 230.53 | 0.59 | 0.38 |
| Hex | 28 | 3A | 9A | 4A | 3E | 0 | 28 | E7 | 3B | 26 |
| Octal | 50 | 72 | 232 | 112 | 76 | 0 | 50 | 347 | 73 | 46 |
| Binary | 101000 | 111010 | 10011010 | 1001010 | 111110 | 0 | 101000 | 11100111 | 111011 | 100110 |
Color Harmonies of #283A9A
Complementary color
Monochromatic Colors of #283A9A
Black with #283A9A
Text Example
Text Example
White with #283A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283A9A; }
p { color: rgb(40,58,154); }
H1.HeaderClassName
{
color: #283A9A;
}
.AnyTagClassName
{
color: #283A9A;
}
</style>
background-color css
<style>
a { background-color: #283A9A; }
a { background-color: rgb(40,58,154); }
div.DivClassName
{
background-color: #283A9A;
}
.BgClassName
{
background-color: #283A9A;
}
</style>
border-color css
<style>
span { border-color: #283A9A; }
span { border-color: rgb(40,58,154); }
td.TdClassName
{
border-color: #283A9A;
}
.TagClassName
{
border-color: #283A9A;
}
</style>