Shades of Persian Blue #282DDB
Tints of Persian Blue #282DDB
RGB
CMYK
RGB Variations
Color information
#282DDB (or 0x282DDB) is known color: Persian Blue. HEX triplet: 28, 2D and DB. RGB value is (40,45,219). Sum of RGB (Red+Green+Blue) = 40+45+219=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #282DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282DDB is #D7D224. Grayscale: #3E3E3E. Windows color (decimal): -14144037 or 14363944. OLE color: 14363944.
HSL color Cylindrical-coordinate representation of color #282DDB: hue angle of 238.32º 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 #282DDB is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 45 | 219 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.14 |
| HSL | 238.32º | 0.71% | 0.51% | - |
| HSV(B) | 238.32º | 0.82% | 0.86% | - |
| XYZ | 14.6 | 7.44 | 67.68 | - |
| YUV | 63.34 | 215.84 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 219 | 0.82 | 0.79 | 0 | 0.14 | 238.32 | 0.71 | 0.51 |
| Hex | 28 | 2D | DB | 52 | 4F | 0 | E | EE | 47 | 33 |
| Octal | 50 | 55 | 333 | 122 | 117 | 0 | 16 | 356 | 107 | 63 |
| Binary | 101000 | 101101 | 11011011 | 1010010 | 1001111 | 0 | 1110 | 11101110 | 1000111 | 110011 |
Color Harmonies of #282DDB
Complementary color
Monochromatic Colors of #282DDB
Black with #282DDB
Text Example
Text Example
White with #282DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282DDB; }
p { color: rgb(40,45,219); }
H1.HeaderClassName
{
color: #282DDB;
}
.AnyTagClassName
{
color: #282DDB;
}
</style>
background-color css
<style>
a { background-color: #282DDB; }
a { background-color: rgb(40,45,219); }
div.DivClassName
{
background-color: #282DDB;
}
.BgClassName
{
background-color: #282DDB;
}
</style>
border-color css
<style>
span { border-color: #282DDB; }
span { border-color: rgb(40,45,219); }
td.TdClassName
{
border-color: #282DDB;
}
.TagClassName
{
border-color: #282DDB;
}
</style>