Shades of Egyptian Blue #282F9C
Tints of Egyptian Blue #282F9C
RGB
CMYK
RGB Variations
Color information
#282F9C (or 0x282F9C) is known color: Egyptian Blue. HEX triplet: 28, 2F and 9C. RGB value is (40,47,156). Sum of RGB (Red+Green+Blue) = 40+47+156=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 156 (61.33% from 255 or 64.20% from 243); Max value from RGB is 156 - color contains mainly: blue. Hex color #282F9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282F9C is #D7D063. Grayscale: #383838. Windows color (decimal): -14143588 or 10235688. OLE color: 10235688.
HSL color Cylindrical-coordinate representation of color #282F9C: hue angle of 236.38º 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 #282F9C is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 47 | 156 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.39 |
| HSL | 236.38º | 0.59% | 0.38% | - |
| HSV(B) | 236.38º | 0.74% | 0.61% | - |
| XYZ | 7.89 | 4.88 | 31.98 | - |
| YUV | 57.33 | 183.68 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 156 | 0.74 | 0.70 | 0 | 0.39 | 236.38 | 0.59 | 0.38 |
| Hex | 28 | 2F | 9C | 4A | 46 | 0 | 27 | EC | 3B | 26 |
| Octal | 50 | 57 | 234 | 112 | 106 | 0 | 47 | 354 | 73 | 46 |
| Binary | 101000 | 101111 | 10011100 | 1001010 | 1000110 | 0 | 100111 | 11101100 | 111011 | 100110 |
Color Harmonies of #282F9C
Complementary color
Monochromatic Colors of #282F9C
Black with #282F9C
Text Example
Text Example
White with #282F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F9C; }
p { color: rgb(40,47,156); }
H1.HeaderClassName
{
color: #282F9C;
}
.AnyTagClassName
{
color: #282F9C;
}
</style>
background-color css
<style>
a { background-color: #282F9C; }
a { background-color: rgb(40,47,156); }
div.DivClassName
{
background-color: #282F9C;
}
.BgClassName
{
background-color: #282F9C;
}
</style>
border-color css
<style>
span { border-color: #282F9C; }
span { border-color: rgb(40,47,156); }
td.TdClassName
{
border-color: #282F9C;
}
.TagClassName
{
border-color: #282F9C;
}
</style>