Shades of Persian Blue #282ECF
Tints of Persian Blue #282ECF
RGB
CMYK
RGB Variations
Color information
#282ECF (or 0x282ECF) is known color: Persian Blue. HEX triplet: 28, 2E and CF. RGB value is (40,46,207). Sum of RGB (Red+Green+Blue) = 40+46+207=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 207 (81.25% from 255 or 70.65% from 293); Max value from RGB is 207 - color contains mainly: blue. Hex color #282ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282ECF is #D7D130. Grayscale: #3D3D3D. Windows color (decimal): -14143793 or 13577768. OLE color: 13577768.
HSL color Cylindrical-coordinate representation of color #282ECF: hue angle of 237.84º 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 #282ECF is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 46 | 207 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.19 |
| HSL | 237.84º | 0.68% | 0.48% | - |
| HSV(B) | 237.84º | 0.81% | 0.81% | - |
| XYZ | 13.11 | 6.91 | 59.67 | - |
| YUV | 62.56 | 209.51 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 207 | 0.81 | 0.78 | 0 | 0.19 | 237.84 | 0.68 | 0.48 |
| Hex | 28 | 2E | CF | 51 | 4E | 0 | 13 | EE | 44 | 30 |
| Octal | 50 | 56 | 317 | 121 | 116 | 0 | 23 | 356 | 104 | 60 |
| Binary | 101000 | 101110 | 11001111 | 1010001 | 1001110 | 0 | 10011 | 11101110 | 1000100 | 110000 |
Color Harmonies of #282ECF
Complementary color
Monochromatic Colors of #282ECF
Black with #282ECF
Text Example
Text Example
White with #282ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282ECF; }
p { color: rgb(40,46,207); }
H1.HeaderClassName
{
color: #282ECF;
}
.AnyTagClassName
{
color: #282ECF;
}
</style>
background-color css
<style>
a { background-color: #282ECF; }
a { background-color: rgb(40,46,207); }
div.DivClassName
{
background-color: #282ECF;
}
.BgClassName
{
background-color: #282ECF;
}
</style>
border-color css
<style>
span { border-color: #282ECF; }
span { border-color: rgb(40,46,207); }
td.TdClassName
{
border-color: #282ECF;
}
.TagClassName
{
border-color: #282ECF;
}
</style>