Shades of Persian Blue #2537AA
Tints of Persian Blue #2537AA
RGB
CMYK
RGB Variations
Color information
#2537AA (or 0x2537AA) is known color: Persian Blue. HEX triplet: 25, 37 and AA. RGB value is (37,55,170). Sum of RGB (Red+Green+Blue) = 37+55+170=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #2537AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2537AA is #DAC855. Grayscale: #3E3E3E. Windows color (decimal): -14338134 or 11155237. OLE color: 11155237.
HSL color Cylindrical-coordinate representation of color #2537AA: hue angle of 231.88º 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 #2537AA is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 55 | 170 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.33 |
| HSL | 231.88º | 0.64% | 0.41% | - |
| HSV(B) | 231.88º | 0.78% | 0.67% | - |
| XYZ | 9.38 | 6.03 | 38.7 | - |
| YUV | 62.73 | 188.54 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 55 | 170 | 0.78 | 0.68 | 0 | 0.33 | 231.88 | 0.64 | 0.41 |
| Hex | 25 | 37 | AA | 4E | 44 | 0 | 21 | E8 | 40 | 29 |
| Octal | 45 | 67 | 252 | 116 | 104 | 0 | 41 | 350 | 100 | 51 |
| Binary | 100101 | 110111 | 10101010 | 1001110 | 1000100 | 0 | 100001 | 11101000 | 1000000 | 101001 |
Color Harmonies of #2537AA
Complementary color
Monochromatic Colors of #2537AA
Black with #2537AA
Text Example
Text Example
White with #2537AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2537AA; }
p { color: rgb(37,55,170); }
H1.HeaderClassName
{
color: #2537AA;
}
.AnyTagClassName
{
color: #2537AA;
}
</style>
background-color css
<style>
a { background-color: #2537AA; }
a { background-color: rgb(37,55,170); }
div.DivClassName
{
background-color: #2537AA;
}
.BgClassName
{
background-color: #2537AA;
}
</style>
border-color css
<style>
span { border-color: #2537AA; }
span { border-color: rgb(37,55,170); }
td.TdClassName
{
border-color: #2537AA;
}
.TagClassName
{
border-color: #2537AA;
}
</style>