Shades of Persian Blue #2531D0
Tints of Persian Blue #2531D0
RGB
CMYK
RGB Variations
Color information
#2531D0 (or 0x2531D0) is known color: Persian Blue. HEX triplet: 25, 31 and D0. RGB value is (37,49,208). Sum of RGB (Red+Green+Blue) = 37+49+208=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 208 (81.64% from 255 or 70.75% from 294); Max value from RGB is 208 - color contains mainly: blue. Hex color #2531D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2531D0 is #DACE2F. Grayscale: #3E3E3E. Windows color (decimal): -14339632 or 13644069. OLE color: 13644069.
HSL color Cylindrical-coordinate representation of color #2531D0: hue angle of 235.79º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2531D0 is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 49 | 208 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.18 |
| HSL | 235.79º | 0.7% | 0.48% | - |
| HSV(B) | 235.79º | 0.82% | 0.82% | - |
| XYZ | 13.25 | 7.14 | 60.36 | - |
| YUV | 63.54 | 209.52 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 208 | 0.82 | 0.76 | 0 | 0.18 | 235.79 | 0.7 | 0.48 |
| Hex | 25 | 31 | D0 | 52 | 4C | 0 | 12 | EC | 46 | 30 |
| Octal | 45 | 61 | 320 | 122 | 114 | 0 | 22 | 354 | 106 | 60 |
| Binary | 100101 | 110001 | 11010000 | 1010010 | 1001100 | 0 | 10010 | 11101100 | 1000110 | 110000 |
Color Harmonies of #2531D0
Complementary color
Monochromatic Colors of #2531D0
Black with #2531D0
Text Example
Text Example
White with #2531D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2531D0; }
p { color: rgb(37,49,208); }
H1.HeaderClassName
{
color: #2531D0;
}
.AnyTagClassName
{
color: #2531D0;
}
</style>
background-color css
<style>
a { background-color: #2531D0; }
a { background-color: rgb(37,49,208); }
div.DivClassName
{
background-color: #2531D0;
}
.BgClassName
{
background-color: #2531D0;
}
</style>
border-color css
<style>
span { border-color: #2531D0; }
span { border-color: rgb(37,49,208); }
td.TdClassName
{
border-color: #2531D0;
}
.TagClassName
{
border-color: #2531D0;
}
</style>