Shades of Egyptian Blue #282BA3
Tints of Egyptian Blue #282BA3
RGB
CMYK
RGB Variations
Color information
#282BA3 (or 0x282BA3) is known color: Egyptian Blue. HEX triplet: 28, 2B and A3. RGB value is (40,43,163). Sum of RGB (Red+Green+Blue) = 40+43+163=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 163 (64.06% from 255 or 66.26% from 246); Max value from RGB is 163 - color contains mainly: blue. Hex color #282BA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282BA3 is #D7D45C. Grayscale: #373737. Windows color (decimal): -14144605 or 10693416. OLE color: 10693416.
HSL color Cylindrical-coordinate representation of color #282BA3: hue angle of 238.54º degrees, saturation: 0.61, 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 #282BA3 is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 43 | 163 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.36 |
| HSL | 238.54º | 0.61% | 0.4% | - |
| HSV(B) | 238.54º | 0.75% | 0.64% | - |
| XYZ | 8.35 | 4.82 | 35.14 | - |
| YUV | 55.78 | 188.51 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 163 | 0.75 | 0.74 | 0 | 0.36 | 238.54 | 0.61 | 0.4 |
| Hex | 28 | 2B | A3 | 4B | 4A | 0 | 24 | EF | 3D | 28 |
| Octal | 50 | 53 | 243 | 113 | 112 | 0 | 44 | 357 | 75 | 50 |
| Binary | 101000 | 101011 | 10100011 | 1001011 | 1001010 | 0 | 100100 | 11101111 | 111101 | 101000 |
Color Harmonies of #282BA3
Complementary color
Monochromatic Colors of #282BA3
Black with #282BA3
Text Example
Text Example
White with #282BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282BA3; }
p { color: rgb(40,43,163); }
H1.HeaderClassName
{
color: #282BA3;
}
.AnyTagClassName
{
color: #282BA3;
}
</style>
background-color css
<style>
a { background-color: #282BA3; }
a { background-color: rgb(40,43,163); }
div.DivClassName
{
background-color: #282BA3;
}
.BgClassName
{
background-color: #282BA3;
}
</style>
border-color css
<style>
span { border-color: #282BA3; }
span { border-color: rgb(40,43,163); }
td.TdClassName
{
border-color: #282BA3;
}
.TagClassName
{
border-color: #282BA3;
}
</style>