Shades of Persian Blue #282CB7
Tints of Persian Blue #282CB7
RGB
CMYK
RGB Variations
Color information
#282CB7 (or 0x282CB7) is known color: Persian Blue. HEX triplet: 28, 2C and B7. RGB value is (40,44,183). Sum of RGB (Red+Green+Blue) = 40+44+183=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 183 (71.88% from 255 or 68.54% from 267); Max value from RGB is 183 - color contains mainly: blue. Hex color #282CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282CB7 is #D7D348. Grayscale: #3A3A3A. Windows color (decimal): -14144329 or 12004392. OLE color: 12004392.
HSL color Cylindrical-coordinate representation of color #282CB7: hue angle of 238.32º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #282CB7 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 40 | 44 | 183 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.28 |
| HSL | 238.32º | 0.64% | 0.44% | - |
| HSV(B) | 238.32º | 0.78% | 0.72% | - |
| XYZ | 10.32 | 5.67 | 45.35 | - |
| YUV | 58.65 | 198.17 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 183 | 0.78 | 0.76 | 0 | 0.28 | 238.32 | 0.64 | 0.44 |
| Hex | 28 | 2C | B7 | 4E | 4C | 0 | 1C | EE | 40 | 2C |
| Octal | 50 | 54 | 267 | 116 | 114 | 0 | 34 | 356 | 100 | 54 |
| Binary | 101000 | 101100 | 10110111 | 1001110 | 1001100 | 0 | 11100 | 11101110 | 1000000 | 101100 |
Color Harmonies of #282CB7
Complementary color
Monochromatic Colors of #282CB7
Black with #282CB7
Text Example
Text Example
White with #282CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282CB7; }
p { color: rgb(40,44,183); }
H1.HeaderClassName
{
color: #282CB7;
}
.AnyTagClassName
{
color: #282CB7;
}
</style>
background-color css
<style>
a { background-color: #282CB7; }
a { background-color: rgb(40,44,183); }
div.DivClassName
{
background-color: #282CB7;
}
.BgClassName
{
background-color: #282CB7;
}
</style>
border-color css
<style>
span { border-color: #282CB7; }
span { border-color: rgb(40,44,183); }
td.TdClassName
{
border-color: #282CB7;
}
.TagClassName
{
border-color: #282CB7;
}
</style>