Shades of Persian Blue #2837AD
Tints of Persian Blue #2837AD
RGB
CMYK
RGB Variations
Color information
#2837AD (or 0x2837AD) is known color: Persian Blue. HEX triplet: 28, 37 and AD. RGB value is (40,55,173). Sum of RGB (Red+Green+Blue) = 40+55+173=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #2837AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2837AD is #D7C852. Grayscale: #3F3F3F. Windows color (decimal): -14141523 or 11351848. OLE color: 11351848.
HSL color Cylindrical-coordinate representation of color #2837AD: hue angle of 233.23º degrees, saturation: 0.62, 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 #2837AD is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 55 | 173 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.32 |
| HSL | 233.23º | 0.62% | 0.42% | - |
| HSV(B) | 233.23º | 0.77% | 0.68% | - |
| XYZ | 9.78 | 6.2 | 40.22 | - |
| YUV | 63.97 | 189.53 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 173 | 0.77 | 0.68 | 0 | 0.32 | 233.23 | 0.62 | 0.42 |
| Hex | 28 | 37 | AD | 4D | 44 | 0 | 20 | E9 | 3E | 2A |
| Octal | 50 | 67 | 255 | 115 | 104 | 0 | 40 | 351 | 76 | 52 |
| Binary | 101000 | 110111 | 10101101 | 1001101 | 1000100 | 0 | 100000 | 11101001 | 111110 | 101010 |
Color Harmonies of #2837AD
Complementary color
Monochromatic Colors of #2837AD
Black with #2837AD
Text Example
Text Example
White with #2837AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2837AD; }
p { color: rgb(40,55,173); }
H1.HeaderClassName
{
color: #2837AD;
}
.AnyTagClassName
{
color: #2837AD;
}
</style>
background-color css
<style>
a { background-color: #2837AD; }
a { background-color: rgb(40,55,173); }
div.DivClassName
{
background-color: #2837AD;
}
.BgClassName
{
background-color: #2837AD;
}
</style>
border-color css
<style>
span { border-color: #2837AD; }
span { border-color: rgb(40,55,173); }
td.TdClassName
{
border-color: #2837AD;
}
.TagClassName
{
border-color: #2837AD;
}
</style>