Shades of Persian Blue #2540BB
Tints of Persian Blue #2540BB
RGB
CMYK
RGB Variations
Color information
#2540BB (or 0x2540BB) is known color: Persian Blue. HEX triplet: 25, 40 and BB. RGB value is (37,64,187). Sum of RGB (Red+Green+Blue) = 37+64+187=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 187 (73.44% from 255 or 64.93% from 288); Max value from RGB is 187 - color contains mainly: blue. Hex color #2540BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2540BB is #DABF44. Grayscale: #454545. Windows color (decimal): -14335813 or 12271653. OLE color: 12271653.
HSL color Cylindrical-coordinate representation of color #2540BB: hue angle of 229.2º 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 #2540BB is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 64 | 187 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.27 |
| HSL | 229.2º | 0.67% | 0.44% | - |
| HSV(B) | 229.2º | 0.8% | 0.73% | - |
| XYZ | 11.57 | 7.65 | 47.88 | - |
| YUV | 69.95 | 194.05 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 64 | 187 | 0.80 | 0.66 | 0 | 0.27 | 229.2 | 0.67 | 0.44 |
| Hex | 25 | 40 | BB | 50 | 42 | 0 | 1B | E5 | 43 | 2C |
| Octal | 45 | 100 | 273 | 120 | 102 | 0 | 33 | 345 | 103 | 54 |
| Binary | 100101 | 1000000 | 10111011 | 1010000 | 1000010 | 0 | 11011 | 11100101 | 1000011 | 101100 |
Color Harmonies of #2540BB
Complementary color
Monochromatic Colors of #2540BB
Black with #2540BB
Text Example
Text Example
White with #2540BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2540BB; }
p { color: rgb(37,64,187); }
H1.HeaderClassName
{
color: #2540BB;
}
.AnyTagClassName
{
color: #2540BB;
}
</style>
background-color css
<style>
a { background-color: #2540BB; }
a { background-color: rgb(37,64,187); }
div.DivClassName
{
background-color: #2540BB;
}
.BgClassName
{
background-color: #2540BB;
}
</style>
border-color css
<style>
span { border-color: #2540BB; }
span { border-color: rgb(37,64,187); }
td.TdClassName
{
border-color: #2540BB;
}
.TagClassName
{
border-color: #2540BB;
}
</style>