Shades of Persian Blue #2545AB
Tints of Persian Blue #2545AB
RGB
CMYK
RGB Variations
Color information
#2545AB (or 0x2545AB) is known color: Persian Blue. HEX triplet: 25, 45 and AB. RGB value is (37,69,171). Sum of RGB (Red+Green+Blue) = 37+69+171=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #2545AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2545AB is #DABA54. Grayscale: #464646. Windows color (decimal): -14334549 or 11224357. OLE color: 11224357.
HSL color Cylindrical-coordinate representation of color #2545AB: hue angle of 225.67º 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 #2545AB is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 69 | 171 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.33 |
| HSL | 225.67º | 0.64% | 0.41% | - |
| HSV(B) | 225.67º | 0.78% | 0.67% | - |
| XYZ | 10.24 | 7.59 | 39.45 | - |
| YUV | 71.06 | 184.4 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 171 | 0.78 | 0.60 | 0 | 0.33 | 225.67 | 0.64 | 0.41 |
| Hex | 25 | 45 | AB | 4E | 3C | 0 | 21 | E2 | 40 | 29 |
| Octal | 45 | 105 | 253 | 116 | 74 | 0 | 41 | 342 | 100 | 51 |
| Binary | 100101 | 1000101 | 10101011 | 1001110 | 111100 | 0 | 100001 | 11100010 | 1000000 | 101001 |
Color Harmonies of #2545AB
Complementary color
Monochromatic Colors of #2545AB
Black with #2545AB
Text Example
Text Example
White with #2545AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2545AB; }
p { color: rgb(37,69,171); }
H1.HeaderClassName
{
color: #2545AB;
}
.AnyTagClassName
{
color: #2545AB;
}
</style>
background-color css
<style>
a { background-color: #2545AB; }
a { background-color: rgb(37,69,171); }
div.DivClassName
{
background-color: #2545AB;
}
.BgClassName
{
background-color: #2545AB;
}
</style>
border-color css
<style>
span { border-color: #2545AB; }
span { border-color: rgb(37,69,171); }
td.TdClassName
{
border-color: #2545AB;
}
.TagClassName
{
border-color: #2545AB;
}
</style>