Shades of Persian Blue #282ABA
Tints of Persian Blue #282ABA
RGB
CMYK
RGB Variations
Color information
#282ABA (or 0x282ABA) is known color: Persian Blue. HEX triplet: 28, 2A and BA. RGB value is (40,42,186). Sum of RGB (Red+Green+Blue) = 40+42+186=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #282ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282ABA is #D7D545. Grayscale: #393939. Windows color (decimal): -14144838 or 12200488. OLE color: 12200488.
HSL color Cylindrical-coordinate representation of color #282ABA: hue angle of 239.18º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #282ABA is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 42 | 186 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.27 |
| HSL | 239.18º | 0.65% | 0.44% | - |
| HSV(B) | 239.18º | 0.78% | 0.73% | - |
| XYZ | 10.57 | 5.65 | 46.99 | - |
| YUV | 57.82 | 200.34 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 186 | 0.78 | 0.77 | 0 | 0.27 | 239.18 | 0.65 | 0.44 |
| Hex | 28 | 2A | BA | 4E | 4D | 0 | 1B | EF | 41 | 2C |
| Octal | 50 | 52 | 272 | 116 | 115 | 0 | 33 | 357 | 101 | 54 |
| Binary | 101000 | 101010 | 10111010 | 1001110 | 1001101 | 0 | 11011 | 11101111 | 1000001 | 101100 |
Color Harmonies of #282ABA
Complementary color
Monochromatic Colors of #282ABA
Black with #282ABA
Text Example
Text Example
White with #282ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282ABA; }
p { color: rgb(40,42,186); }
H1.HeaderClassName
{
color: #282ABA;
}
.AnyTagClassName
{
color: #282ABA;
}
</style>
background-color css
<style>
a { background-color: #282ABA; }
a { background-color: rgb(40,42,186); }
div.DivClassName
{
background-color: #282ABA;
}
.BgClassName
{
background-color: #282ABA;
}
</style>
border-color css
<style>
span { border-color: #282ABA; }
span { border-color: rgb(40,42,186); }
td.TdClassName
{
border-color: #282ABA;
}
.TagClassName
{
border-color: #282ABA;
}
</style>