Shades of Persian Blue #2541B0
Tints of Persian Blue #2541B0
RGB
CMYK
RGB Variations
Color information
#2541B0 (or 0x2541B0) is known color: Persian Blue. HEX triplet: 25, 41 and B0. RGB value is (37,65,176). Sum of RGB (Red+Green+Blue) = 37+65+176=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 176 (69.14% from 255 or 63.31% from 278); Max value from RGB is 176 - color contains mainly: blue. Hex color #2541B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2541B0 is #DABE4F. Grayscale: #444444. Windows color (decimal): -14335568 or 11551013. OLE color: 11551013.
HSL color Cylindrical-coordinate representation of color #2541B0: hue angle of 227.91º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2541B0 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 65 | 176 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.31 |
| HSL | 227.91º | 0.65% | 0.42% | - |
| HSV(B) | 227.91º | 0.79% | 0.69% | - |
| XYZ | 10.49 | 7.31 | 41.93 | - |
| YUV | 69.28 | 188.22 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 65 | 176 | 0.79 | 0.63 | 0 | 0.31 | 227.91 | 0.65 | 0.42 |
| Hex | 25 | 41 | B0 | 4F | 3F | 0 | 1F | E4 | 41 | 2A |
| Octal | 45 | 101 | 260 | 117 | 77 | 0 | 37 | 344 | 101 | 52 |
| Binary | 100101 | 1000001 | 10110000 | 1001111 | 111111 | 0 | 11111 | 11100100 | 1000001 | 101010 |
Color Harmonies of #2541B0
Complementary color
Monochromatic Colors of #2541B0
Black with #2541B0
Text Example
Text Example
White with #2541B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2541B0; }
p { color: rgb(37,65,176); }
H1.HeaderClassName
{
color: #2541B0;
}
.AnyTagClassName
{
color: #2541B0;
}
</style>
background-color css
<style>
a { background-color: #2541B0; }
a { background-color: rgb(37,65,176); }
div.DivClassName
{
background-color: #2541B0;
}
.BgClassName
{
background-color: #2541B0;
}
</style>
border-color css
<style>
span { border-color: #2541B0; }
span { border-color: rgb(37,65,176); }
td.TdClassName
{
border-color: #2541B0;
}
.TagClassName
{
border-color: #2541B0;
}
</style>