Shades of Persian Blue #282BB7
Tints of Persian Blue #282BB7
RGB
CMYK
RGB Variations
Color information
#282BB7 (or 0x282BB7) is known color: Persian Blue. HEX triplet: 28, 2B and B7. RGB value is (40,43,183). Sum of RGB (Red+Green+Blue) = 40+43+183=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 183 (71.88% from 255 or 68.80% from 266); Max value from RGB is 183 - color contains mainly: blue. Hex color #282BB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282BB7 is #D7D448. Grayscale: #393939. Windows color (decimal): -14144585 or 12004136. OLE color: 12004136.
HSL color Cylindrical-coordinate representation of color #282BB7: hue angle of 238.74º 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 #282BB7 is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 40 | 43 | 183 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.28 |
| HSL | 238.74º | 0.64% | 0.44% | - |
| HSV(B) | 238.74º | 0.78% | 0.72% | - |
| XYZ | 10.29 | 5.6 | 45.34 | - |
| YUV | 58.06 | 198.51 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 183 | 0.78 | 0.77 | 0 | 0.28 | 238.74 | 0.64 | 0.44 |
| Hex | 28 | 2B | B7 | 4E | 4D | 0 | 1C | EF | 40 | 2C |
| Octal | 50 | 53 | 267 | 116 | 115 | 0 | 34 | 357 | 100 | 54 |
| Binary | 101000 | 101011 | 10110111 | 1001110 | 1001101 | 0 | 11100 | 11101111 | 1000000 | 101100 |
Color Harmonies of #282BB7
Complementary color
Monochromatic Colors of #282BB7
Black with #282BB7
Text Example
Text Example
White with #282BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282BB7; }
p { color: rgb(40,43,183); }
H1.HeaderClassName
{
color: #282BB7;
}
.AnyTagClassName
{
color: #282BB7;
}
</style>
background-color css
<style>
a { background-color: #282BB7; }
a { background-color: rgb(40,43,183); }
div.DivClassName
{
background-color: #282BB7;
}
.BgClassName
{
background-color: #282BB7;
}
</style>
border-color css
<style>
span { border-color: #282BB7; }
span { border-color: rgb(40,43,183); }
td.TdClassName
{
border-color: #282BB7;
}
.TagClassName
{
border-color: #282BB7;
}
</style>