Shades of Persian Blue #2544B9
Tints of Persian Blue #2544B9
RGB
CMYK
RGB Variations
Color information
#2544B9 (or 0x2544B9) is known color: Persian Blue. HEX triplet: 25, 44 and B9. RGB value is (37,68,185). Sum of RGB (Red+Green+Blue) = 37+68+185=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 185 (72.66% from 255 or 63.79% from 290); Max value from RGB is 185 - color contains mainly: blue. Hex color #2544B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2544B9 is #DABB46. Grayscale: #474747. Windows color (decimal): -14334791 or 12141605. OLE color: 12141605.
HSL color Cylindrical-coordinate representation of color #2544B9: hue angle of 227.43º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2544B9 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 68 | 185 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.27 |
| HSL | 227.43º | 0.67% | 0.44% | - |
| HSV(B) | 227.43º | 0.8% | 0.73% | - |
| XYZ | 11.59 | 8.03 | 46.84 | - |
| YUV | 72.07 | 191.73 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 68 | 185 | 0.80 | 0.63 | 0 | 0.27 | 227.43 | 0.67 | 0.44 |
| Hex | 25 | 44 | B9 | 50 | 3F | 0 | 1B | E3 | 43 | 2C |
| Octal | 45 | 104 | 271 | 120 | 77 | 0 | 33 | 343 | 103 | 54 |
| Binary | 100101 | 1000100 | 10111001 | 1010000 | 111111 | 0 | 11011 | 11100011 | 1000011 | 101100 |
Color Harmonies of #2544B9
Complementary color
Monochromatic Colors of #2544B9
Black with #2544B9
Text Example
Text Example
White with #2544B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2544B9; }
p { color: rgb(37,68,185); }
H1.HeaderClassName
{
color: #2544B9;
}
.AnyTagClassName
{
color: #2544B9;
}
</style>
background-color css
<style>
a { background-color: #2544B9; }
a { background-color: rgb(37,68,185); }
div.DivClassName
{
background-color: #2544B9;
}
.BgClassName
{
background-color: #2544B9;
}
</style>
border-color css
<style>
span { border-color: #2544B9; }
span { border-color: rgb(37,68,185); }
td.TdClassName
{
border-color: #2544B9;
}
.TagClassName
{
border-color: #2544B9;
}
</style>