Shades of Egyptian Blue #282F9F
Tints of Egyptian Blue #282F9F
RGB
CMYK
RGB Variations
Color information
#282F9F (or 0x282F9F) is known color: Egyptian Blue. HEX triplet: 28, 2F and 9F. RGB value is (40,47,159). Sum of RGB (Red+Green+Blue) = 40+47+159=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #282F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282F9F is #D7D060. Grayscale: #393939. Windows color (decimal): -14143585 or 10432296. OLE color: 10432296.
HSL color Cylindrical-coordinate representation of color #282F9F: hue angle of 236.47º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #282F9F is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 47 | 159 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.38 |
| HSL | 236.47º | 0.6% | 0.39% | - |
| HSV(B) | 236.47º | 0.75% | 0.62% | - |
| XYZ | 8.15 | 4.99 | 33.33 | - |
| YUV | 57.68 | 185.18 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 159 | 0.75 | 0.70 | 0 | 0.38 | 236.47 | 0.6 | 0.39 |
| Hex | 28 | 2F | 9F | 4B | 46 | 0 | 26 | EC | 3C | 27 |
| Octal | 50 | 57 | 237 | 113 | 106 | 0 | 46 | 354 | 74 | 47 |
| Binary | 101000 | 101111 | 10011111 | 1001011 | 1000110 | 0 | 100110 | 11101100 | 111100 | 100111 |
Color Harmonies of #282F9F
Complementary color
Monochromatic Colors of #282F9F
Black with #282F9F
Text Example
Text Example
White with #282F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F9F; }
p { color: rgb(40,47,159); }
H1.HeaderClassName
{
color: #282F9F;
}
.AnyTagClassName
{
color: #282F9F;
}
</style>
background-color css
<style>
a { background-color: #282F9F; }
a { background-color: rgb(40,47,159); }
div.DivClassName
{
background-color: #282F9F;
}
.BgClassName
{
background-color: #282F9F;
}
</style>
border-color css
<style>
span { border-color: #282F9F; }
span { border-color: rgb(40,47,159); }
td.TdClassName
{
border-color: #282F9F;
}
.TagClassName
{
border-color: #282F9F;
}
</style>