Shades of Persian Blue #282EAD
Tints of Persian Blue #282EAD
RGB
CMYK
RGB Variations
Color information
#282EAD (or 0x282EAD) is known color: Persian Blue. HEX triplet: 28, 2E and AD. RGB value is (40,46,173). Sum of RGB (Red+Green+Blue) = 40+46+173=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #282EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282EAD is #D7D152. Grayscale: #3A3A3A. Windows color (decimal): -14143827 or 11349544. OLE color: 11349544.
HSL color Cylindrical-coordinate representation of color #282EAD: hue angle of 237.29º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #282EAD is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 46 | 173 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.32 |
| HSL | 237.29º | 0.62% | 0.42% | - |
| HSV(B) | 237.29º | 0.77% | 0.68% | - |
| XYZ | 9.39 | 5.42 | 40.09 | - |
| YUV | 58.68 | 192.51 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 173 | 0.77 | 0.73 | 0 | 0.32 | 237.29 | 0.62 | 0.42 |
| Hex | 28 | 2E | AD | 4D | 49 | 0 | 20 | ED | 3E | 2A |
| Octal | 50 | 56 | 255 | 115 | 111 | 0 | 40 | 355 | 76 | 52 |
| Binary | 101000 | 101110 | 10101101 | 1001101 | 1001001 | 0 | 100000 | 11101101 | 111110 | 101010 |
Color Harmonies of #282EAD
Complementary color
Monochromatic Colors of #282EAD
Black with #282EAD
Text Example
Text Example
White with #282EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282EAD; }
p { color: rgb(40,46,173); }
H1.HeaderClassName
{
color: #282EAD;
}
.AnyTagClassName
{
color: #282EAD;
}
</style>
background-color css
<style>
a { background-color: #282EAD; }
a { background-color: rgb(40,46,173); }
div.DivClassName
{
background-color: #282EAD;
}
.BgClassName
{
background-color: #282EAD;
}
</style>
border-color css
<style>
span { border-color: #282EAD; }
span { border-color: rgb(40,46,173); }
td.TdClassName
{
border-color: #282EAD;
}
.TagClassName
{
border-color: #282EAD;
}
</style>