Shades of Egyptian Blue #283DA3
Tints of Egyptian Blue #283DA3
RGB
CMYK
RGB Variations
Color information
#283DA3 (or 0x283DA3) is known color: Egyptian Blue. HEX triplet: 28, 3D and A3. RGB value is (40,61,163). Sum of RGB (Red+Green+Blue) = 40+61+163=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 163 (64.06% from 255 or 61.74% from 264); Max value from RGB is 163 - color contains mainly: blue. Hex color #283DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283DA3 is #D7C25C. Grayscale: #414141. Windows color (decimal): -14139997 or 10698024. OLE color: 10698024.
HSL color Cylindrical-coordinate representation of color #283DA3: hue angle of 229.76º 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 #283DA3 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 61 | 163 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.36 |
| HSL | 229.76º | 0.61% | 0.4% | - |
| HSV(B) | 229.76º | 0.75% | 0.64% | - |
| XYZ | 9.15 | 6.43 | 35.41 | - |
| YUV | 66.35 | 182.54 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 163 | 0.75 | 0.63 | 0 | 0.36 | 229.76 | 0.61 | 0.4 |
| Hex | 28 | 3D | A3 | 4B | 3F | 0 | 24 | E6 | 3D | 28 |
| Octal | 50 | 75 | 243 | 113 | 77 | 0 | 44 | 346 | 75 | 50 |
| Binary | 101000 | 111101 | 10100011 | 1001011 | 111111 | 0 | 100100 | 11100110 | 111101 | 101000 |
Color Harmonies of #283DA3
Complementary color
Monochromatic Colors of #283DA3
Black with #283DA3
Text Example
Text Example
White with #283DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283DA3; }
p { color: rgb(40,61,163); }
H1.HeaderClassName
{
color: #283DA3;
}
.AnyTagClassName
{
color: #283DA3;
}
</style>
background-color css
<style>
a { background-color: #283DA3; }
a { background-color: rgb(40,61,163); }
div.DivClassName
{
background-color: #283DA3;
}
.BgClassName
{
background-color: #283DA3;
}
</style>
border-color css
<style>
span { border-color: #283DA3; }
span { border-color: rgb(40,61,163); }
td.TdClassName
{
border-color: #283DA3;
}
.TagClassName
{
border-color: #283DA3;
}
</style>