Shades of Persian Blue #282DDE
Tints of Persian Blue #282DDE
RGB
CMYK
RGB Variations
Color information
#282DDE (or 0x282DDE) is known color: Persian Blue. HEX triplet: 28, 2D and DE. RGB value is (40,45,222). Sum of RGB (Red+Green+Blue) = 40+45+222=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 222 (87.11% from 255 or 72.31% from 307); Max value from RGB is 222 - color contains mainly: blue. Hex color #282DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282DDE is #D7D221. Grayscale: #3E3E3E. Windows color (decimal): -14144034 or 14560552. OLE color: 14560552.
HSL color Cylindrical-coordinate representation of color #282DDE: hue angle of 238.35º 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 #282DDE is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 45 | 222 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.13 |
| HSL | 238.35º | 0.73% | 0.51% | - |
| HSV(B) | 238.35º | 0.82% | 0.87% | - |
| XYZ | 15 | 7.6 | 69.78 | - |
| YUV | 63.68 | 217.34 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 222 | 0.82 | 0.80 | 0 | 0.13 | 238.35 | 0.73 | 0.51 |
| Hex | 28 | 2D | DE | 52 | 50 | 0 | D | EE | 49 | 33 |
| Octal | 50 | 55 | 336 | 122 | 120 | 0 | 15 | 356 | 111 | 63 |
| Binary | 101000 | 101101 | 11011110 | 1010010 | 1010000 | 0 | 1101 | 11101110 | 1001001 | 110011 |
Color Harmonies of #282DDE
Complementary color
Monochromatic Colors of #282DDE
Black with #282DDE
Text Example
Text Example
White with #282DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282DDE; }
p { color: rgb(40,45,222); }
H1.HeaderClassName
{
color: #282DDE;
}
.AnyTagClassName
{
color: #282DDE;
}
</style>
background-color css
<style>
a { background-color: #282DDE; }
a { background-color: rgb(40,45,222); }
div.DivClassName
{
background-color: #282DDE;
}
.BgClassName
{
background-color: #282DDE;
}
</style>
border-color css
<style>
span { border-color: #282DDE; }
span { border-color: rgb(40,45,222); }
td.TdClassName
{
border-color: #282DDE;
}
.TagClassName
{
border-color: #282DDE;
}
</style>