Shades of Persian Blue #2544B8
Tints of Persian Blue #2544B8
RGB
CMYK
RGB Variations
Color information
#2544B8 (or 0x2544B8) is known color: Persian Blue. HEX triplet: 25, 44 and B8. RGB value is (37,68,184). Sum of RGB (Red+Green+Blue) = 37+68+184=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 184 (72.27% from 255 or 63.67% from 289); Max value from RGB is 184 - color contains mainly: blue. Hex color #2544B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2544B8 is #DABB47. Grayscale: #474747. Windows color (decimal): -14334792 or 12076069. OLE color: 12076069.
HSL color Cylindrical-coordinate representation of color #2544B8: hue angle of 227.35º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2544B8 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 37 | 68 | 184 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.28 |
| HSL | 227.35º | 0.67% | 0.43% | - |
| HSV(B) | 227.35º | 0.8% | 0.72% | - |
| XYZ | 11.48 | 7.99 | 46.28 | - |
| YUV | 71.96 | 191.23 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 68 | 184 | 0.80 | 0.63 | 0 | 0.28 | 227.35 | 0.67 | 0.43 |
| Hex | 25 | 44 | B8 | 50 | 3F | 0 | 1C | E3 | 43 | 2B |
| Octal | 45 | 104 | 270 | 120 | 77 | 0 | 34 | 343 | 103 | 53 |
| Binary | 100101 | 1000100 | 10111000 | 1010000 | 111111 | 0 | 11100 | 11100011 | 1000011 | 101011 |
Color Harmonies of #2544B8
Complementary color
Monochromatic Colors of #2544B8
Black with #2544B8
Text Example
Text Example
White with #2544B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2544B8; }
p { color: rgb(37,68,184); }
H1.HeaderClassName
{
color: #2544B8;
}
.AnyTagClassName
{
color: #2544B8;
}
</style>
background-color css
<style>
a { background-color: #2544B8; }
a { background-color: rgb(37,68,184); }
div.DivClassName
{
background-color: #2544B8;
}
.BgClassName
{
background-color: #2544B8;
}
</style>
border-color css
<style>
span { border-color: #2544B8; }
span { border-color: rgb(37,68,184); }
td.TdClassName
{
border-color: #2544B8;
}
.TagClassName
{
border-color: #2544B8;
}
</style>