Shades of Persian Blue #282ABB
Tints of Persian Blue #282ABB
RGB
CMYK
RGB Variations
Color information
#282ABB (or 0x282ABB) is known color: Persian Blue. HEX triplet: 28, 2A and BB. RGB value is (40,42,187). Sum of RGB (Red+Green+Blue) = 40+42+187=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 187 (73.44% from 255 or 69.52% from 269); Max value from RGB is 187 - color contains mainly: blue. Hex color #282ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282ABB is #D7D544. Grayscale: #393939. Windows color (decimal): -14144837 or 12266024. OLE color: 12266024.
HSL color Cylindrical-coordinate representation of color #282ABB: hue angle of 239.18º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #282ABB is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 42 | 187 | - |
| CMYK | 0.79 | 0.78 | 0 | 0.27 |
| HSL | 239.18º | 0.65% | 0.45% | - |
| HSV(B) | 239.18º | 0.79% | 0.73% | - |
| XYZ | 10.67 | 5.69 | 47.55 | - |
| YUV | 57.93 | 200.84 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 187 | 0.79 | 0.78 | 0 | 0.27 | 239.18 | 0.65 | 0.45 |
| Hex | 28 | 2A | BB | 4F | 4E | 0 | 1B | EF | 41 | 2D |
| Octal | 50 | 52 | 273 | 117 | 116 | 0 | 33 | 357 | 101 | 55 |
| Binary | 101000 | 101010 | 10111011 | 1001111 | 1001110 | 0 | 11011 | 11101111 | 1000001 | 101101 |
Color Harmonies of #282ABB
Complementary color
Monochromatic Colors of #282ABB
Black with #282ABB
Text Example
Text Example
White with #282ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282ABB; }
p { color: rgb(40,42,187); }
H1.HeaderClassName
{
color: #282ABB;
}
.AnyTagClassName
{
color: #282ABB;
}
</style>
background-color css
<style>
a { background-color: #282ABB; }
a { background-color: rgb(40,42,187); }
div.DivClassName
{
background-color: #282ABB;
}
.BgClassName
{
background-color: #282ABB;
}
</style>
border-color css
<style>
span { border-color: #282ABB; }
span { border-color: rgb(40,42,187); }
td.TdClassName
{
border-color: #282ABB;
}
.TagClassName
{
border-color: #282ABB;
}
</style>