Shades of Persian Blue #2545B9
Tints of Persian Blue #2545B9
RGB
CMYK
RGB Variations
Color information
#2545B9 (or 0x2545B9) is known color: Persian Blue. HEX triplet: 25, 45 and B9. RGB value is (37,69,185). Sum of RGB (Red+Green+Blue) = 37+69+185=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 185 (72.66% from 255 or 63.57% from 291); Max value from RGB is 185 - color contains mainly: blue. Hex color #2545B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2545B9 is #DABA46. Grayscale: #484848. Windows color (decimal): -14334535 or 12141861. OLE color: 12141861.
HSL color Cylindrical-coordinate representation of color #2545B9: hue angle of 227.03º 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 #2545B9 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 69 | 185 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.27 |
| HSL | 227.03º | 0.67% | 0.44% | - |
| HSV(B) | 227.03º | 0.8% | 0.73% | - |
| XYZ | 11.65 | 8.15 | 46.86 | - |
| YUV | 72.66 | 191.4 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 185 | 0.80 | 0.63 | 0 | 0.27 | 227.03 | 0.67 | 0.44 |
| Hex | 25 | 45 | B9 | 50 | 3F | 0 | 1B | E3 | 43 | 2C |
| Octal | 45 | 105 | 271 | 120 | 77 | 0 | 33 | 343 | 103 | 54 |
| Binary | 100101 | 1000101 | 10111001 | 1010000 | 111111 | 0 | 11011 | 11100011 | 1000011 | 101100 |
Color Harmonies of #2545B9
Complementary color
Monochromatic Colors of #2545B9
Black with #2545B9
Text Example
Text Example
White with #2545B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2545B9; }
p { color: rgb(37,69,185); }
H1.HeaderClassName
{
color: #2545B9;
}
.AnyTagClassName
{
color: #2545B9;
}
</style>
background-color css
<style>
a { background-color: #2545B9; }
a { background-color: rgb(37,69,185); }
div.DivClassName
{
background-color: #2545B9;
}
.BgClassName
{
background-color: #2545B9;
}
</style>
border-color css
<style>
span { border-color: #2545B9; }
span { border-color: rgb(37,69,185); }
td.TdClassName
{
border-color: #2545B9;
}
.TagClassName
{
border-color: #2545B9;
}
</style>