Shades of Persian Blue #282AAE
Tints of Persian Blue #282AAE
RGB
CMYK
RGB Variations
Color information
#282AAE (or 0x282AAE) is known color: Persian Blue. HEX triplet: 28, 2A and AE. RGB value is (40,42,174). Sum of RGB (Red+Green+Blue) = 40+42+174=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #282AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282AAE is #D7D551. Grayscale: #373737. Windows color (decimal): -14144850 or 11414056. OLE color: 11414056.
HSL color Cylindrical-coordinate representation of color #282AAE: hue angle of 239.1º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #282AAE is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 42 | 174 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.32 |
| HSL | 239.1º | 0.63% | 0.42% | - |
| HSV(B) | 239.1º | 0.77% | 0.68% | - |
| XYZ | 9.34 | 5.16 | 40.55 | - |
| YUV | 56.45 | 194.34 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 174 | 0.77 | 0.76 | 0 | 0.32 | 239.1 | 0.63 | 0.42 |
| Hex | 28 | 2A | AE | 4D | 4C | 0 | 20 | EF | 3F | 2A |
| Octal | 50 | 52 | 256 | 115 | 114 | 0 | 40 | 357 | 77 | 52 |
| Binary | 101000 | 101010 | 10101110 | 1001101 | 1001100 | 0 | 100000 | 11101111 | 111111 | 101010 |
Color Harmonies of #282AAE
Complementary color
Monochromatic Colors of #282AAE
Black with #282AAE
Text Example
Text Example
White with #282AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282AAE; }
p { color: rgb(40,42,174); }
H1.HeaderClassName
{
color: #282AAE;
}
.AnyTagClassName
{
color: #282AAE;
}
</style>
background-color css
<style>
a { background-color: #282AAE; }
a { background-color: rgb(40,42,174); }
div.DivClassName
{
background-color: #282AAE;
}
.BgClassName
{
background-color: #282AAE;
}
</style>
border-color css
<style>
span { border-color: #282AAE; }
span { border-color: rgb(40,42,174); }
td.TdClassName
{
border-color: #282AAE;
}
.TagClassName
{
border-color: #282AAE;
}
</style>