Shades of Egyptian Blue #282F9B
Tints of Egyptian Blue #282F9B
RGB
CMYK
RGB Variations
Color information
#282F9B (or 0x282F9B) is known color: Egyptian Blue. HEX triplet: 28, 2F and 9B. RGB value is (40,47,155). Sum of RGB (Red+Green+Blue) = 40+47+155=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #282F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282F9B is #D7D064. Grayscale: #383838. Windows color (decimal): -14143589 or 10170152. OLE color: 10170152.
HSL color Cylindrical-coordinate representation of color #282F9B: hue angle of 236.35º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #282F9B is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 47 | 155 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.39 |
| HSL | 236.35º | 0.59% | 0.38% | - |
| HSV(B) | 236.35º | 0.74% | 0.61% | - |
| XYZ | 7.81 | 4.85 | 31.54 | - |
| YUV | 57.22 | 183.18 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 155 | 0.74 | 0.70 | 0 | 0.39 | 236.35 | 0.59 | 0.38 |
| Hex | 28 | 2F | 9B | 4A | 46 | 0 | 27 | EC | 3B | 26 |
| Octal | 50 | 57 | 233 | 112 | 106 | 0 | 47 | 354 | 73 | 46 |
| Binary | 101000 | 101111 | 10011011 | 1001010 | 1000110 | 0 | 100111 | 11101100 | 111011 | 100110 |
Color Harmonies of #282F9B
Complementary color
Monochromatic Colors of #282F9B
Black with #282F9B
Text Example
Text Example
White with #282F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F9B; }
p { color: rgb(40,47,155); }
H1.HeaderClassName
{
color: #282F9B;
}
.AnyTagClassName
{
color: #282F9B;
}
</style>
background-color css
<style>
a { background-color: #282F9B; }
a { background-color: rgb(40,47,155); }
div.DivClassName
{
background-color: #282F9B;
}
.BgClassName
{
background-color: #282F9B;
}
</style>
border-color css
<style>
span { border-color: #282F9B; }
span { border-color: rgb(40,47,155); }
td.TdClassName
{
border-color: #282F9B;
}
.TagClassName
{
border-color: #282F9B;
}
</style>