Shades of Persian Blue #282EDD
Tints of Persian Blue #282EDD
RGB
CMYK
RGB Variations
Color information
#282EDD (or 0x282EDD) is known color: Persian Blue. HEX triplet: 28, 2E and DD. RGB value is (40,46,221). Sum of RGB (Red+Green+Blue) = 40+46+221=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #282EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282EDD is #D7D122. Grayscale: #3F3F3F. Windows color (decimal): -14143779 or 14495272. OLE color: 14495272.
HSL color Cylindrical-coordinate representation of color #282EDD: hue angle of 238.01º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #282EDD is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 46 | 221 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.13 |
| HSL | 238.01º | 0.73% | 0.51% | - |
| HSV(B) | 238.01º | 0.82% | 0.87% | - |
| XYZ | 14.9 | 7.63 | 69.09 | - |
| YUV | 64.16 | 216.51 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 221 | 0.82 | 0.79 | 0 | 0.13 | 238.01 | 0.73 | 0.51 |
| Hex | 28 | 2E | DD | 52 | 4F | 0 | D | EE | 49 | 33 |
| Octal | 50 | 56 | 335 | 122 | 117 | 0 | 15 | 356 | 111 | 63 |
| Binary | 101000 | 101110 | 11011101 | 1010010 | 1001111 | 0 | 1101 | 11101110 | 1001001 | 110011 |
Color Harmonies of #282EDD
Complementary color
Monochromatic Colors of #282EDD
Black with #282EDD
Text Example
Text Example
White with #282EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282EDD; }
p { color: rgb(40,46,221); }
H1.HeaderClassName
{
color: #282EDD;
}
.AnyTagClassName
{
color: #282EDD;
}
</style>
background-color css
<style>
a { background-color: #282EDD; }
a { background-color: rgb(40,46,221); }
div.DivClassName
{
background-color: #282EDD;
}
.BgClassName
{
background-color: #282EDD;
}
</style>
border-color css
<style>
span { border-color: #282EDD; }
span { border-color: rgb(40,46,221); }
td.TdClassName
{
border-color: #282EDD;
}
.TagClassName
{
border-color: #282EDD;
}
</style>