Shades of Egyptian Blue #283FA3
Tints of Egyptian Blue #283FA3
RGB
CMYK
RGB Variations
Color information
#283FA3 (or 0x283FA3) is known color: Egyptian Blue. HEX triplet: 28, 3F and A3. RGB value is (40,63,163). Sum of RGB (Red+Green+Blue) = 40+63+163=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 163 (64.06% from 255 or 61.28% from 266); Max value from RGB is 163 - color contains mainly: blue. Hex color #283FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283FA3 is #D7C05C. Grayscale: #434343. Windows color (decimal): -14139485 or 10698536. OLE color: 10698536.
HSL color Cylindrical-coordinate representation of color #283FA3: hue angle of 228.78º degrees, saturation: 0.61, 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 #283FA3 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 63 | 163 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.36 |
| HSL | 228.78º | 0.61% | 0.4% | - |
| HSV(B) | 228.78º | 0.75% | 0.64% | - |
| XYZ | 9.26 | 6.65 | 35.45 | - |
| YUV | 67.52 | 181.88 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 163 | 0.75 | 0.61 | 0 | 0.36 | 228.78 | 0.61 | 0.4 |
| Hex | 28 | 3F | A3 | 4B | 3D | 0 | 24 | E5 | 3D | 28 |
| Octal | 50 | 77 | 243 | 113 | 75 | 0 | 44 | 345 | 75 | 50 |
| Binary | 101000 | 111111 | 10100011 | 1001011 | 111101 | 0 | 100100 | 11100101 | 111101 | 101000 |
Color Harmonies of #283FA3
Complementary color
Monochromatic Colors of #283FA3
Black with #283FA3
Text Example
Text Example
White with #283FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283FA3; }
p { color: rgb(40,63,163); }
H1.HeaderClassName
{
color: #283FA3;
}
.AnyTagClassName
{
color: #283FA3;
}
</style>
background-color css
<style>
a { background-color: #283FA3; }
a { background-color: rgb(40,63,163); }
div.DivClassName
{
background-color: #283FA3;
}
.BgClassName
{
background-color: #283FA3;
}
</style>
border-color css
<style>
span { border-color: #283FA3; }
span { border-color: rgb(40,63,163); }
td.TdClassName
{
border-color: #283FA3;
}
.TagClassName
{
border-color: #283FA3;
}
</style>