Shades of Persian Blue #2523BD
Tints of Persian Blue #2523BD
RGB
CMYK
RGB Variations
Color information
#2523BD (or 0x2523BD) is known color: Persian Blue. HEX triplet: 25, 23 and BD. RGB value is (37,35,189). Sum of RGB (Red+Green+Blue) = 37+35+189=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 189 (74.22% from 255 or 72.41% from 261); Max value from RGB is 189 - color contains mainly: blue. Hex color #2523BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2523BD is #DADC42. Grayscale: #343434. Windows color (decimal): -14343235 or 12395301. OLE color: 12395301.
HSL color Cylindrical-coordinate representation of color #2523BD: hue angle of 240.78º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2523BD is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 35 | 189 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.26 |
| HSL | 240.78º | 0.69% | 0.44% | - |
| HSV(B) | 240.78º | 0.81% | 0.74% | - |
| XYZ | 10.55 | 5.27 | 48.61 | - |
| YUV | 53.15 | 204.66 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 35 | 189 | 0.80 | 0.81 | 0 | 0.26 | 240.78 | 0.69 | 0.44 |
| Hex | 25 | 23 | BD | 50 | 51 | 0 | 1A | F1 | 45 | 2C |
| Octal | 45 | 43 | 275 | 120 | 121 | 0 | 32 | 361 | 105 | 54 |
| Binary | 100101 | 100011 | 10111101 | 1010000 | 1010001 | 0 | 11010 | 11110001 | 1000101 | 101100 |
Color Harmonies of #2523BD
Complementary color
Monochromatic Colors of #2523BD
Black with #2523BD
Text Example
Text Example
White with #2523BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2523BD; }
p { color: rgb(37,35,189); }
H1.HeaderClassName
{
color: #2523BD;
}
.AnyTagClassName
{
color: #2523BD;
}
</style>
background-color css
<style>
a { background-color: #2523BD; }
a { background-color: rgb(37,35,189); }
div.DivClassName
{
background-color: #2523BD;
}
.BgClassName
{
background-color: #2523BD;
}
</style>
border-color css
<style>
span { border-color: #2523BD; }
span { border-color: rgb(37,35,189); }
td.TdClassName
{
border-color: #2523BD;
}
.TagClassName
{
border-color: #2523BD;
}
</style>