Shades of Persian Blue #2544AB
Tints of Persian Blue #2544AB
RGB
CMYK
RGB Variations
Color information
#2544AB (or 0x2544AB) is known color: Persian Blue. HEX triplet: 25, 44 and AB. RGB value is (37,68,171). Sum of RGB (Red+Green+Blue) = 37+68+171=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #2544AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2544AB is #DABB54. Grayscale: #464646. Windows color (decimal): -14334805 or 11224101. OLE color: 11224101.
HSL color Cylindrical-coordinate representation of color #2544AB: hue angle of 226.12º 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 #2544AB is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 68 | 171 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.33 |
| HSL | 226.12º | 0.64% | 0.41% | - |
| HSV(B) | 226.12º | 0.78% | 0.67% | - |
| XYZ | 10.18 | 7.47 | 39.43 | - |
| YUV | 70.47 | 184.73 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 68 | 171 | 0.78 | 0.60 | 0 | 0.33 | 226.12 | 0.64 | 0.41 |
| Hex | 25 | 44 | AB | 4E | 3C | 0 | 21 | E2 | 40 | 29 |
| Octal | 45 | 104 | 253 | 116 | 74 | 0 | 41 | 342 | 100 | 51 |
| Binary | 100101 | 1000100 | 10101011 | 1001110 | 111100 | 0 | 100001 | 11100010 | 1000000 | 101001 |
Color Harmonies of #2544AB
Complementary color
Monochromatic Colors of #2544AB
Black with #2544AB
Text Example
Text Example
White with #2544AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2544AB; }
p { color: rgb(37,68,171); }
H1.HeaderClassName
{
color: #2544AB;
}
.AnyTagClassName
{
color: #2544AB;
}
</style>
background-color css
<style>
a { background-color: #2544AB; }
a { background-color: rgb(37,68,171); }
div.DivClassName
{
background-color: #2544AB;
}
.BgClassName
{
background-color: #2544AB;
}
</style>
border-color css
<style>
span { border-color: #2544AB; }
span { border-color: rgb(37,68,171); }
td.TdClassName
{
border-color: #2544AB;
}
.TagClassName
{
border-color: #2544AB;
}
</style>