Shades of Egyptian Blue #283FA2
Tints of Egyptian Blue #283FA2
RGB
CMYK
RGB Variations
Color information
#283FA2 (or 0x283FA2) is known color: Egyptian Blue. HEX triplet: 28, 3F and A2. RGB value is (40,63,162). Sum of RGB (Red+Green+Blue) = 40+63+162=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 162 (63.67% from 255 or 61.13% from 265); Max value from RGB is 162 - color contains mainly: blue. Hex color #283FA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283FA2 is #D7C05D. Grayscale: #424242. Windows color (decimal): -14139486 or 10633000. OLE color: 10633000.
HSL color Cylindrical-coordinate representation of color #283FA2: hue angle of 228.69º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #283FA2 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 63 | 162 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.36 |
| HSL | 228.69º | 0.6% | 0.4% | - |
| HSV(B) | 228.69º | 0.75% | 0.64% | - |
| XYZ | 9.17 | 6.61 | 34.98 | - |
| YUV | 67.41 | 181.38 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 162 | 0.75 | 0.61 | 0 | 0.36 | 228.69 | 0.6 | 0.4 |
| Hex | 28 | 3F | A2 | 4B | 3D | 0 | 24 | E5 | 3C | 28 |
| Octal | 50 | 77 | 242 | 113 | 75 | 0 | 44 | 345 | 74 | 50 |
| Binary | 101000 | 111111 | 10100010 | 1001011 | 111101 | 0 | 100100 | 11100101 | 111100 | 101000 |
Color Harmonies of #283FA2
Complementary color
Monochromatic Colors of #283FA2
Black with #283FA2
Text Example
Text Example
White with #283FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283FA2; }
p { color: rgb(40,63,162); }
H1.HeaderClassName
{
color: #283FA2;
}
.AnyTagClassName
{
color: #283FA2;
}
</style>
background-color css
<style>
a { background-color: #283FA2; }
a { background-color: rgb(40,63,162); }
div.DivClassName
{
background-color: #283FA2;
}
.BgClassName
{
background-color: #283FA2;
}
</style>
border-color css
<style>
span { border-color: #283FA2; }
span { border-color: rgb(40,63,162); }
td.TdClassName
{
border-color: #283FA2;
}
.TagClassName
{
border-color: #283FA2;
}
</style>