Shades of Persian Blue #282DCF
Tints of Persian Blue #282DCF
RGB
CMYK
RGB Variations
Color information
#282DCF (or 0x282DCF) is known color: Persian Blue. HEX triplet: 28, 2D and CF. RGB value is (40,45,207). Sum of RGB (Red+Green+Blue) = 40+45+207=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 207 (81.25% from 255 or 70.89% from 292); Max value from RGB is 207 - color contains mainly: blue. Hex color #282DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282DCF is #D7D230. Grayscale: #3D3D3D. Windows color (decimal): -14144049 or 13577512. OLE color: 13577512.
HSL color Cylindrical-coordinate representation of color #282DCF: hue angle of 238.2º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #282DCF is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 45 | 207 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.19 |
| HSL | 238.2º | 0.68% | 0.48% | - |
| HSV(B) | 238.2º | 0.81% | 0.81% | - |
| XYZ | 13.08 | 6.83 | 59.66 | - |
| YUV | 61.97 | 209.84 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 207 | 0.81 | 0.78 | 0 | 0.19 | 238.2 | 0.68 | 0.48 |
| Hex | 28 | 2D | CF | 51 | 4E | 0 | 13 | EE | 44 | 30 |
| Octal | 50 | 55 | 317 | 121 | 116 | 0 | 23 | 356 | 104 | 60 |
| Binary | 101000 | 101101 | 11001111 | 1010001 | 1001110 | 0 | 10011 | 11101110 | 1000100 | 110000 |
Color Harmonies of #282DCF
Complementary color
Monochromatic Colors of #282DCF
Black with #282DCF
Text Example
Text Example
White with #282DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282DCF; }
p { color: rgb(40,45,207); }
H1.HeaderClassName
{
color: #282DCF;
}
.AnyTagClassName
{
color: #282DCF;
}
</style>
background-color css
<style>
a { background-color: #282DCF; }
a { background-color: rgb(40,45,207); }
div.DivClassName
{
background-color: #282DCF;
}
.BgClassName
{
background-color: #282DCF;
}
</style>
border-color css
<style>
span { border-color: #282DCF; }
span { border-color: rgb(40,45,207); }
td.TdClassName
{
border-color: #282DCF;
}
.TagClassName
{
border-color: #282DCF;
}
</style>