Shades of Persian Blue #2837AB
Tints of Persian Blue #2837AB
RGB
CMYK
RGB Variations
Color information
#2837AB (or 0x2837AB) is known color: Persian Blue. HEX triplet: 28, 37 and AB. RGB value is (40,55,171). Sum of RGB (Red+Green+Blue) = 40+55+171=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #2837AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2837AB is #D7C854. Grayscale: #3F3F3F. Windows color (decimal): -14141525 or 11220776. OLE color: 11220776.
HSL color Cylindrical-coordinate representation of color #2837AB: hue angle of 233.13º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2837AB is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 55 | 171 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.33 |
| HSL | 233.13º | 0.62% | 0.41% | - |
| HSV(B) | 233.13º | 0.77% | 0.67% | - |
| XYZ | 9.59 | 6.12 | 39.2 | - |
| YUV | 63.74 | 188.53 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 171 | 0.77 | 0.68 | 0 | 0.33 | 233.13 | 0.62 | 0.41 |
| Hex | 28 | 37 | AB | 4D | 44 | 0 | 21 | E9 | 3E | 29 |
| Octal | 50 | 67 | 253 | 115 | 104 | 0 | 41 | 351 | 76 | 51 |
| Binary | 101000 | 110111 | 10101011 | 1001101 | 1000100 | 0 | 100001 | 11101001 | 111110 | 101001 |
Color Harmonies of #2837AB
Complementary color
Monochromatic Colors of #2837AB
Black with #2837AB
Text Example
Text Example
White with #2837AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2837AB; }
p { color: rgb(40,55,171); }
H1.HeaderClassName
{
color: #2837AB;
}
.AnyTagClassName
{
color: #2837AB;
}
</style>
background-color css
<style>
a { background-color: #2837AB; }
a { background-color: rgb(40,55,171); }
div.DivClassName
{
background-color: #2837AB;
}
.BgClassName
{
background-color: #2837AB;
}
</style>
border-color css
<style>
span { border-color: #2837AB; }
span { border-color: rgb(40,55,171); }
td.TdClassName
{
border-color: #2837AB;
}
.TagClassName
{
border-color: #2837AB;
}
</style>