Shades of Persian Blue #282EDE
Tints of Persian Blue #282EDE
RGB
CMYK
RGB Variations
Color information
#282EDE (or 0x282EDE) is known color: Persian Blue. HEX triplet: 28, 2E and DE. RGB value is (40,46,222). Sum of RGB (Red+Green+Blue) = 40+46+222=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 222 (87.11% from 255 or 72.08% from 308); Max value from RGB is 222 - color contains mainly: blue. Hex color #282EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282EDE is #D7D121. Grayscale: #3F3F3F. Windows color (decimal): -14143778 or 14560808. OLE color: 14560808.
HSL color Cylindrical-coordinate representation of color #282EDE: hue angle of 238.02º 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 #282EDE is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 46 | 222 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.13 |
| HSL | 238.02º | 0.73% | 0.51% | - |
| HSV(B) | 238.02º | 0.82% | 0.87% | - |
| XYZ | 15.04 | 7.68 | 69.8 | - |
| YUV | 64.27 | 217.01 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 222 | 0.82 | 0.79 | 0 | 0.13 | 238.02 | 0.73 | 0.51 |
| Hex | 28 | 2E | DE | 52 | 4F | 0 | D | EE | 49 | 33 |
| Octal | 50 | 56 | 336 | 122 | 117 | 0 | 15 | 356 | 111 | 63 |
| Binary | 101000 | 101110 | 11011110 | 1010010 | 1001111 | 0 | 1101 | 11101110 | 1001001 | 110011 |
Color Harmonies of #282EDE
Complementary color
Monochromatic Colors of #282EDE
Black with #282EDE
Text Example
Text Example
White with #282EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282EDE; }
p { color: rgb(40,46,222); }
H1.HeaderClassName
{
color: #282EDE;
}
.AnyTagClassName
{
color: #282EDE;
}
</style>
background-color css
<style>
a { background-color: #282EDE; }
a { background-color: rgb(40,46,222); }
div.DivClassName
{
background-color: #282EDE;
}
.BgClassName
{
background-color: #282EDE;
}
</style>
border-color css
<style>
span { border-color: #282EDE; }
span { border-color: rgb(40,46,222); }
td.TdClassName
{
border-color: #282EDE;
}
.TagClassName
{
border-color: #282EDE;
}
</style>