Shades of Egyptian Blue #283B9F
Tints of Egyptian Blue #283B9F
RGB
CMYK
RGB Variations
Color information
#283B9F (or 0x283B9F) is known color: Egyptian Blue. HEX triplet: 28, 3B and 9F. RGB value is (40,59,159). Sum of RGB (Red+Green+Blue) = 40+59+159=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #283B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283B9F is #D7C460. Grayscale: #404040. Windows color (decimal): -14140513 or 10435368. OLE color: 10435368.
HSL color Cylindrical-coordinate representation of color #283B9F: hue angle of 230.42º 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 #283B9F is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 59 | 159 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.38 |
| HSL | 230.42º | 0.6% | 0.39% | - |
| HSV(B) | 230.42º | 0.75% | 0.62% | - |
| XYZ | 8.7 | 6.08 | 33.52 | - |
| YUV | 64.72 | 181.21 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 159 | 0.75 | 0.63 | 0 | 0.38 | 230.42 | 0.6 | 0.39 |
| Hex | 28 | 3B | 9F | 4B | 3F | 0 | 26 | E6 | 3C | 27 |
| Octal | 50 | 73 | 237 | 113 | 77 | 0 | 46 | 346 | 74 | 47 |
| Binary | 101000 | 111011 | 10011111 | 1001011 | 111111 | 0 | 100110 | 11100110 | 111100 | 100111 |
Color Harmonies of #283B9F
Complementary color
Monochromatic Colors of #283B9F
Black with #283B9F
Text Example
Text Example
White with #283B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283B9F; }
p { color: rgb(40,59,159); }
H1.HeaderClassName
{
color: #283B9F;
}
.AnyTagClassName
{
color: #283B9F;
}
</style>
background-color css
<style>
a { background-color: #283B9F; }
a { background-color: rgb(40,59,159); }
div.DivClassName
{
background-color: #283B9F;
}
.BgClassName
{
background-color: #283B9F;
}
</style>
border-color css
<style>
span { border-color: #283B9F; }
span { border-color: rgb(40,59,159); }
td.TdClassName
{
border-color: #283B9F;
}
.TagClassName
{
border-color: #283B9F;
}
</style>