Shades of Persian Blue #282DE2
Tints of Persian Blue #282DE2
RGB
CMYK
RGB Variations
Color information
#282DE2 (or 0x282DE2) is known color: Persian Blue. HEX triplet: 28, 2D and E2. RGB value is (40,45,226). Sum of RGB (Red+Green+Blue) = 40+45+226=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 226 (88.67% from 255 or 72.67% from 311); Max value from RGB is 226 - color contains mainly: blue. Hex color #282DE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282DE2 is #D7D21D. Grayscale: #3F3F3F. Windows color (decimal): -14144030 or 14822696. OLE color: 14822696.
HSL color Cylindrical-coordinate representation of color #282DE2: hue angle of 238.39º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #282DE2 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 45 | 226 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.11 |
| HSL | 238.39º | 0.76% | 0.52% | - |
| HSV(B) | 238.39º | 0.82% | 0.89% | - |
| XYZ | 15.54 | 7.82 | 72.64 | - |
| YUV | 64.14 | 219.34 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 226 | 0.82 | 0.80 | 0 | 0.11 | 238.39 | 0.76 | 0.52 |
| Hex | 28 | 2D | E2 | 52 | 50 | 0 | B | EE | 4C | 34 |
| Octal | 50 | 55 | 342 | 122 | 120 | 0 | 13 | 356 | 114 | 64 |
| Binary | 101000 | 101101 | 11100010 | 1010010 | 1010000 | 0 | 1011 | 11101110 | 1001100 | 110100 |
Color Harmonies of #282DE2
Complementary color
Monochromatic Colors of #282DE2
Black with #282DE2
Text Example
Text Example
White with #282DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282DE2; }
p { color: rgb(40,45,226); }
H1.HeaderClassName
{
color: #282DE2;
}
.AnyTagClassName
{
color: #282DE2;
}
</style>
background-color css
<style>
a { background-color: #282DE2; }
a { background-color: rgb(40,45,226); }
div.DivClassName
{
background-color: #282DE2;
}
.BgClassName
{
background-color: #282DE2;
}
</style>
border-color css
<style>
span { border-color: #282DE2; }
span { border-color: rgb(40,45,226); }
td.TdClassName
{
border-color: #282DE2;
}
.TagClassName
{
border-color: #282DE2;
}
</style>