Shades of Persian Blue #2523D0
Tints of Persian Blue #2523D0
RGB
CMYK
RGB Variations
Color information
#2523D0 (or 0x2523D0) is known color: Persian Blue. HEX triplet: 25, 23 and D0. RGB value is (37,35,208). Sum of RGB (Red+Green+Blue) = 37+35+208=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 208 (81.64% from 255 or 74.29% from 280); Max value from RGB is 208 - color contains mainly: blue. Hex color #2523D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2523D0 is #DADC2F. Grayscale: #363636. Windows color (decimal): -14343216 or 13640485. OLE color: 13640485.
HSL color Cylindrical-coordinate representation of color #2523D0: hue angle of 240.69º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2523D0 is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 35 | 208 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.18 |
| HSL | 240.69º | 0.71% | 0.48% | - |
| HSV(B) | 240.69º | 0.83% | 0.82% | - |
| XYZ | 12.75 | 6.15 | 60.19 | - |
| YUV | 55.32 | 214.16 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 35 | 208 | 0.82 | 0.83 | 0 | 0.18 | 240.69 | 0.71 | 0.48 |
| Hex | 25 | 23 | D0 | 52 | 53 | 0 | 12 | F1 | 47 | 30 |
| Octal | 45 | 43 | 320 | 122 | 123 | 0 | 22 | 361 | 107 | 60 |
| Binary | 100101 | 100011 | 11010000 | 1010010 | 1010011 | 0 | 10010 | 11110001 | 1000111 | 110000 |
Color Harmonies of #2523D0
Complementary color
Monochromatic Colors of #2523D0
Black with #2523D0
Text Example
Text Example
White with #2523D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2523D0; }
p { color: rgb(37,35,208); }
H1.HeaderClassName
{
color: #2523D0;
}
.AnyTagClassName
{
color: #2523D0;
}
</style>
background-color css
<style>
a { background-color: #2523D0; }
a { background-color: rgb(37,35,208); }
div.DivClassName
{
background-color: #2523D0;
}
.BgClassName
{
background-color: #2523D0;
}
</style>
border-color css
<style>
span { border-color: #2523D0; }
span { border-color: rgb(37,35,208); }
td.TdClassName
{
border-color: #2523D0;
}
.TagClassName
{
border-color: #2523D0;
}
</style>