Shades of Egyptian Blue #283FA1
Tints of Egyptian Blue #283FA1
RGB
CMYK
RGB Variations
Color information
#283FA1 (or 0x283FA1) is known color: Egyptian Blue. HEX triplet: 28, 3F and A1. RGB value is (40,63,161). Sum of RGB (Red+Green+Blue) = 40+63+161=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 161 (63.28% from 255 or 60.98% from 264); Max value from RGB is 161 - color contains mainly: blue. Hex color #283FA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283FA1 is #D7C05E. Grayscale: #424242. Windows color (decimal): -14139487 or 10567464. OLE color: 10567464.
HSL color Cylindrical-coordinate representation of color #283FA1: hue angle of 228.6º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #283FA1 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 63 | 161 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.37 |
| HSL | 228.6º | 0.6% | 0.39% | - |
| HSV(B) | 228.6º | 0.75% | 0.63% | - |
| XYZ | 9.09 | 6.58 | 34.51 | - |
| YUV | 67.3 | 180.88 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 161 | 0.75 | 0.61 | 0 | 0.37 | 228.6 | 0.6 | 0.39 |
| Hex | 28 | 3F | A1 | 4B | 3D | 0 | 25 | E5 | 3C | 27 |
| Octal | 50 | 77 | 241 | 113 | 75 | 0 | 45 | 345 | 74 | 47 |
| Binary | 101000 | 111111 | 10100001 | 1001011 | 111101 | 0 | 100101 | 11100101 | 111100 | 100111 |
Color Harmonies of #283FA1
Complementary color
Monochromatic Colors of #283FA1
Black with #283FA1
Text Example
Text Example
White with #283FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283FA1; }
p { color: rgb(40,63,161); }
H1.HeaderClassName
{
color: #283FA1;
}
.AnyTagClassName
{
color: #283FA1;
}
</style>
background-color css
<style>
a { background-color: #283FA1; }
a { background-color: rgb(40,63,161); }
div.DivClassName
{
background-color: #283FA1;
}
.BgClassName
{
background-color: #283FA1;
}
</style>
border-color css
<style>
span { border-color: #283FA1; }
span { border-color: rgb(40,63,161); }
td.TdClassName
{
border-color: #283FA1;
}
.TagClassName
{
border-color: #283FA1;
}
</style>