Shades of Persian Blue #282FDB
Tints of Persian Blue #282FDB
RGB
CMYK
RGB Variations
Color information
#282FDB (or 0x282FDB) is known color: Persian Blue. HEX triplet: 28, 2F and DB. RGB value is (40,47,219). Sum of RGB (Red+Green+Blue) = 40+47+219=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #282FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282FDB is #D7D024. Grayscale: #3F3F3F. Windows color (decimal): -14143525 or 14364456. OLE color: 14364456.
HSL color Cylindrical-coordinate representation of color #282FDB: hue angle of 237.65º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #282FDB is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 47 | 219 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.14 |
| HSL | 237.65º | 0.71% | 0.51% | - |
| HSV(B) | 237.65º | 0.82% | 0.86% | - |
| XYZ | 14.68 | 7.6 | 67.71 | - |
| YUV | 64.52 | 215.18 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 219 | 0.82 | 0.79 | 0 | 0.14 | 237.65 | 0.71 | 0.51 |
| Hex | 28 | 2F | DB | 52 | 4F | 0 | E | EE | 47 | 33 |
| Octal | 50 | 57 | 333 | 122 | 117 | 0 | 16 | 356 | 107 | 63 |
| Binary | 101000 | 101111 | 11011011 | 1010010 | 1001111 | 0 | 1110 | 11101110 | 1000111 | 110011 |
Color Harmonies of #282FDB
Complementary color
Monochromatic Colors of #282FDB
Black with #282FDB
Text Example
Text Example
White with #282FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282FDB; }
p { color: rgb(40,47,219); }
H1.HeaderClassName
{
color: #282FDB;
}
.AnyTagClassName
{
color: #282FDB;
}
</style>
background-color css
<style>
a { background-color: #282FDB; }
a { background-color: rgb(40,47,219); }
div.DivClassName
{
background-color: #282FDB;
}
.BgClassName
{
background-color: #282FDB;
}
</style>
border-color css
<style>
span { border-color: #282FDB; }
span { border-color: rgb(40,47,219); }
td.TdClassName
{
border-color: #282FDB;
}
.TagClassName
{
border-color: #282FDB;
}
</style>