Shades of Persian Blue #2535AB
Tints of Persian Blue #2535AB
RGB
CMYK
RGB Variations
Color information
#2535AB (or 0x2535AB) is known color: Persian Blue. HEX triplet: 25, 35 and AB. RGB value is (37,53,171). Sum of RGB (Red+Green+Blue) = 37+53+171=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #2535AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2535AB is #DACA54. Grayscale: #3D3D3D. Windows color (decimal): -14338645 or 11220261. OLE color: 11220261.
HSL color Cylindrical-coordinate representation of color #2535AB: hue angle of 232.84º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2535AB is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 53 | 171 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.33 |
| HSL | 232.84º | 0.64% | 0.41% | - |
| HSV(B) | 232.84º | 0.78% | 0.67% | - |
| XYZ | 9.39 | 5.88 | 39.17 | - |
| YUV | 61.67 | 189.7 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 171 | 0.78 | 0.69 | 0 | 0.33 | 232.84 | 0.64 | 0.41 |
| Hex | 25 | 35 | AB | 4E | 45 | 0 | 21 | E9 | 40 | 29 |
| Octal | 45 | 65 | 253 | 116 | 105 | 0 | 41 | 351 | 100 | 51 |
| Binary | 100101 | 110101 | 10101011 | 1001110 | 1000101 | 0 | 100001 | 11101001 | 1000000 | 101001 |
Color Harmonies of #2535AB
Complementary color
Monochromatic Colors of #2535AB
Black with #2535AB
Text Example
Text Example
White with #2535AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2535AB; }
p { color: rgb(37,53,171); }
H1.HeaderClassName
{
color: #2535AB;
}
.AnyTagClassName
{
color: #2535AB;
}
</style>
background-color css
<style>
a { background-color: #2535AB; }
a { background-color: rgb(37,53,171); }
div.DivClassName
{
background-color: #2535AB;
}
.BgClassName
{
background-color: #2535AB;
}
</style>
border-color css
<style>
span { border-color: #2535AB; }
span { border-color: rgb(37,53,171); }
td.TdClassName
{
border-color: #2535AB;
}
.TagClassName
{
border-color: #2535AB;
}
</style>