Shades of Persian Blue #282DDA
Tints of Persian Blue #282DDA
RGB
CMYK
RGB Variations
Color information
#282DDA (or 0x282DDA) is known color: Persian Blue. HEX triplet: 28, 2D and DA. RGB value is (40,45,218). Sum of RGB (Red+Green+Blue) = 40+45+218=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 218 (85.55% from 255 or 71.95% from 303); Max value from RGB is 218 - color contains mainly: blue. Hex color #282DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282DDA is #D7D225. Grayscale: #3E3E3E. Windows color (decimal): -14144038 or 14298408. OLE color: 14298408.
HSL color Cylindrical-coordinate representation of color #282DDA: hue angle of 238.31º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #282DDA is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 45 | 218 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.15 |
| HSL | 238.31º | 0.71% | 0.51% | - |
| HSV(B) | 238.31º | 0.82% | 0.85% | - |
| XYZ | 14.47 | 7.39 | 66.99 | - |
| YUV | 63.23 | 215.34 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 218 | 0.82 | 0.79 | 0 | 0.15 | 238.31 | 0.71 | 0.51 |
| Hex | 28 | 2D | DA | 52 | 4F | 0 | F | EE | 47 | 33 |
| Octal | 50 | 55 | 332 | 122 | 117 | 0 | 17 | 356 | 107 | 63 |
| Binary | 101000 | 101101 | 11011010 | 1010010 | 1001111 | 0 | 1111 | 11101110 | 1000111 | 110011 |
Color Harmonies of #282DDA
Complementary color
Monochromatic Colors of #282DDA
Black with #282DDA
Text Example
Text Example
White with #282DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282DDA; }
p { color: rgb(40,45,218); }
H1.HeaderClassName
{
color: #282DDA;
}
.AnyTagClassName
{
color: #282DDA;
}
</style>
background-color css
<style>
a { background-color: #282DDA; }
a { background-color: rgb(40,45,218); }
div.DivClassName
{
background-color: #282DDA;
}
.BgClassName
{
background-color: #282DDA;
}
</style>
border-color css
<style>
span { border-color: #282DDA; }
span { border-color: rgb(40,45,218); }
td.TdClassName
{
border-color: #282DDA;
}
.TagClassName
{
border-color: #282DDA;
}
</style>