Shades of Persian Blue #282ECB
Tints of Persian Blue #282ECB
RGB
CMYK
RGB Variations
Color information
#282ECB (or 0x282ECB) is known color: Persian Blue. HEX triplet: 28, 2E and CB. RGB value is (40,46,203). Sum of RGB (Red+Green+Blue) = 40+46+203=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #282ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282ECB is #D7D134. Grayscale: #3D3D3D. Windows color (decimal): -14143797 or 13315624. OLE color: 13315624.
HSL color Cylindrical-coordinate representation of color #282ECB: hue angle of 237.79º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #282ECB is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 46 | 203 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.20 |
| HSL | 237.79º | 0.67% | 0.48% | - |
| HSV(B) | 237.79º | 0.8% | 0.8% | - |
| XYZ | 12.63 | 6.72 | 57.13 | - |
| YUV | 62.1 | 207.51 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 203 | 0.80 | 0.77 | 0 | 0.20 | 237.79 | 0.67 | 0.48 |
| Hex | 28 | 2E | CB | 50 | 4D | 0 | 14 | EE | 43 | 30 |
| Octal | 50 | 56 | 313 | 120 | 115 | 0 | 24 | 356 | 103 | 60 |
| Binary | 101000 | 101110 | 11001011 | 1010000 | 1001101 | 0 | 10100 | 11101110 | 1000011 | 110000 |
Color Harmonies of #282ECB
Complementary color
Monochromatic Colors of #282ECB
Black with #282ECB
Text Example
Text Example
White with #282ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282ECB; }
p { color: rgb(40,46,203); }
H1.HeaderClassName
{
color: #282ECB;
}
.AnyTagClassName
{
color: #282ECB;
}
</style>
background-color css
<style>
a { background-color: #282ECB; }
a { background-color: rgb(40,46,203); }
div.DivClassName
{
background-color: #282ECB;
}
.BgClassName
{
background-color: #282ECB;
}
</style>
border-color css
<style>
span { border-color: #282ECB; }
span { border-color: rgb(40,46,203); }
td.TdClassName
{
border-color: #282ECB;
}
.TagClassName
{
border-color: #282ECB;
}
</style>