Shades of Egyptian Blue #283DA1
Tints of Egyptian Blue #283DA1
RGB
CMYK
RGB Variations
Color information
#283DA1 (or 0x283DA1) is known color: Egyptian Blue. HEX triplet: 28, 3D and A1. RGB value is (40,61,161). Sum of RGB (Red+Green+Blue) = 40+61+161=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 161 (63.28% from 255 or 61.45% from 262); Max value from RGB is 161 - color contains mainly: blue. Hex color #283DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283DA1 is #D7C25E. Grayscale: #414141. Windows color (decimal): -14139999 or 10566952. OLE color: 10566952.
HSL color Cylindrical-coordinate representation of color #283DA1: hue angle of 229.59º 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 #283DA1 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 61 | 161 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.37 |
| HSL | 229.59º | 0.6% | 0.39% | - |
| HSV(B) | 229.59º | 0.75% | 0.63% | - |
| XYZ | 8.98 | 6.36 | 34.47 | - |
| YUV | 66.12 | 181.54 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 161 | 0.75 | 0.62 | 0 | 0.37 | 229.59 | 0.6 | 0.39 |
| Hex | 28 | 3D | A1 | 4B | 3E | 0 | 25 | E6 | 3C | 27 |
| Octal | 50 | 75 | 241 | 113 | 76 | 0 | 45 | 346 | 74 | 47 |
| Binary | 101000 | 111101 | 10100001 | 1001011 | 111110 | 0 | 100101 | 11100110 | 111100 | 100111 |
Color Harmonies of #283DA1
Complementary color
Monochromatic Colors of #283DA1
Black with #283DA1
Text Example
Text Example
White with #283DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283DA1; }
p { color: rgb(40,61,161); }
H1.HeaderClassName
{
color: #283DA1;
}
.AnyTagClassName
{
color: #283DA1;
}
</style>
background-color css
<style>
a { background-color: #283DA1; }
a { background-color: rgb(40,61,161); }
div.DivClassName
{
background-color: #283DA1;
}
.BgClassName
{
background-color: #283DA1;
}
</style>
border-color css
<style>
span { border-color: #283DA1; }
span { border-color: rgb(40,61,161); }
td.TdClassName
{
border-color: #283DA1;
}
.TagClassName
{
border-color: #283DA1;
}
</style>