Shades of Persian Blue #282CDB
Tints of Persian Blue #282CDB
RGB
CMYK
RGB Variations
Color information
#282CDB (or 0x282CDB) is known color: Persian Blue. HEX triplet: 28, 2C and DB. RGB value is (40,44,219). Sum of RGB (Red+Green+Blue) = 40+44+219=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #282CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282CDB is #D7D324. Grayscale: #3E3E3E. Windows color (decimal): -14144293 or 14363688. OLE color: 14363688.
HSL color Cylindrical-coordinate representation of color #282CDB: hue angle of 238.66º 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 #282CDB is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 44 | 219 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.14 |
| HSL | 238.66º | 0.71% | 0.51% | - |
| HSV(B) | 238.66º | 0.82% | 0.86% | - |
| XYZ | 14.56 | 7.37 | 67.67 | - |
| YUV | 62.75 | 216.17 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 219 | 0.82 | 0.80 | 0 | 0.14 | 238.66 | 0.71 | 0.51 |
| Hex | 28 | 2C | DB | 52 | 50 | 0 | E | EF | 47 | 33 |
| Octal | 50 | 54 | 333 | 122 | 120 | 0 | 16 | 357 | 107 | 63 |
| Binary | 101000 | 101100 | 11011011 | 1010010 | 1010000 | 0 | 1110 | 11101111 | 1000111 | 110011 |
Color Harmonies of #282CDB
Complementary color
Monochromatic Colors of #282CDB
Black with #282CDB
Text Example
Text Example
White with #282CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282CDB; }
p { color: rgb(40,44,219); }
H1.HeaderClassName
{
color: #282CDB;
}
.AnyTagClassName
{
color: #282CDB;
}
</style>
background-color css
<style>
a { background-color: #282CDB; }
a { background-color: rgb(40,44,219); }
div.DivClassName
{
background-color: #282CDB;
}
.BgClassName
{
background-color: #282CDB;
}
</style>
border-color css
<style>
span { border-color: #282CDB; }
span { border-color: rgb(40,44,219); }
td.TdClassName
{
border-color: #282CDB;
}
.TagClassName
{
border-color: #282CDB;
}
</style>