Shades of Egyptian Blue #283BA2
Tints of Egyptian Blue #283BA2
RGB
CMYK
RGB Variations
Color information
#283BA2 (or 0x283BA2) is known color: Egyptian Blue. HEX triplet: 28, 3B and A2. RGB value is (40,59,162). Sum of RGB (Red+Green+Blue) = 40+59+162=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 162 (63.67% from 255 or 62.07% from 261); Max value from RGB is 162 - color contains mainly: blue. Hex color #283BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283BA2 is #D7C45D. Grayscale: #404040. Windows color (decimal): -14140510 or 10631976. OLE color: 10631976.
HSL color Cylindrical-coordinate representation of color #283BA2: hue angle of 230.66º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #283BA2 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 59 | 162 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.36 |
| HSL | 230.66º | 0.6% | 0.4% | - |
| HSV(B) | 230.66º | 0.75% | 0.64% | - |
| XYZ | 8.96 | 6.19 | 34.9 | - |
| YUV | 65.06 | 182.71 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 162 | 0.75 | 0.64 | 0 | 0.36 | 230.66 | 0.6 | 0.4 |
| Hex | 28 | 3B | A2 | 4B | 40 | 0 | 24 | E7 | 3C | 28 |
| Octal | 50 | 73 | 242 | 113 | 100 | 0 | 44 | 347 | 74 | 50 |
| Binary | 101000 | 111011 | 10100010 | 1001011 | 1000000 | 0 | 100100 | 11100111 | 111100 | 101000 |
Color Harmonies of #283BA2
Complementary color
Monochromatic Colors of #283BA2
Black with #283BA2
Text Example
Text Example
White with #283BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283BA2; }
p { color: rgb(40,59,162); }
H1.HeaderClassName
{
color: #283BA2;
}
.AnyTagClassName
{
color: #283BA2;
}
</style>
background-color css
<style>
a { background-color: #283BA2; }
a { background-color: rgb(40,59,162); }
div.DivClassName
{
background-color: #283BA2;
}
.BgClassName
{
background-color: #283BA2;
}
</style>
border-color css
<style>
span { border-color: #283BA2; }
span { border-color: rgb(40,59,162); }
td.TdClassName
{
border-color: #283BA2;
}
.TagClassName
{
border-color: #283BA2;
}
</style>