Shades of Egyptian Blue #283E9C
Tints of Egyptian Blue #283E9C
RGB
CMYK
RGB Variations
Color information
#283E9C (or 0x283E9C) is known color: Egyptian Blue. HEX triplet: 28, 3E and 9C. RGB value is (40,62,156). Sum of RGB (Red+Green+Blue) = 40+62+156=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #283E9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283E9C is #D7C163. Grayscale: #414141. Windows color (decimal): -14139748 or 10239528. OLE color: 10239528.
HSL color Cylindrical-coordinate representation of color #283E9C: hue angle of 228.62º 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 #283E9C is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 62 | 156 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.39 |
| HSL | 228.62º | 0.59% | 0.38% | - |
| HSV(B) | 228.62º | 0.74% | 0.61% | - |
| XYZ | 8.6 | 6.3 | 32.21 | - |
| YUV | 66.14 | 178.71 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 156 | 0.74 | 0.60 | 0 | 0.39 | 228.62 | 0.59 | 0.38 |
| Hex | 28 | 3E | 9C | 4A | 3C | 0 | 27 | E5 | 3B | 26 |
| Octal | 50 | 76 | 234 | 112 | 74 | 0 | 47 | 345 | 73 | 46 |
| Binary | 101000 | 111110 | 10011100 | 1001010 | 111100 | 0 | 100111 | 11100101 | 111011 | 100110 |
Color Harmonies of #283E9C
Complementary color
Monochromatic Colors of #283E9C
Black with #283E9C
Text Example
Text Example
White with #283E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E9C; }
p { color: rgb(40,62,156); }
H1.HeaderClassName
{
color: #283E9C;
}
.AnyTagClassName
{
color: #283E9C;
}
</style>
background-color css
<style>
a { background-color: #283E9C; }
a { background-color: rgb(40,62,156); }
div.DivClassName
{
background-color: #283E9C;
}
.BgClassName
{
background-color: #283E9C;
}
</style>
border-color css
<style>
span { border-color: #283E9C; }
span { border-color: rgb(40,62,156); }
td.TdClassName
{
border-color: #283E9C;
}
.TagClassName
{
border-color: #283E9C;
}
</style>