Shades of Persian Blue #2536DF
Tints of Persian Blue #2536DF
RGB
CMYK
RGB Variations
Color information
#2536DF (or 0x2536DF) is known color: Persian Blue. HEX triplet: 25, 36 and DF. RGB value is (37,54,223). Sum of RGB (Red+Green+Blue) = 37+54+223=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #2536DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2536DF is #DAC920. Grayscale: #434343. Windows color (decimal): -14338337 or 14628389. OLE color: 14628389.
HSL color Cylindrical-coordinate representation of color #2536DF: hue angle of 234.52º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2536DF is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 54 | 223 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.13 |
| HSL | 234.52º | 0.74% | 0.51% | - |
| HSV(B) | 234.52º | 0.83% | 0.87% | - |
| XYZ | 15.4 | 8.36 | 70.61 | - |
| YUV | 68.18 | 215.37 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 223 | 0.83 | 0.76 | 0 | 0.13 | 234.52 | 0.74 | 0.51 |
| Hex | 25 | 36 | DF | 53 | 4C | 0 | D | EB | 4A | 33 |
| Octal | 45 | 66 | 337 | 123 | 114 | 0 | 15 | 353 | 112 | 63 |
| Binary | 100101 | 110110 | 11011111 | 1010011 | 1001100 | 0 | 1101 | 11101011 | 1001010 | 110011 |
Color Harmonies of #2536DF
Complementary color
Monochromatic Colors of #2536DF
Black with #2536DF
Text Example
Text Example
White with #2536DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2536DF; }
p { color: rgb(37,54,223); }
H1.HeaderClassName
{
color: #2536DF;
}
.AnyTagClassName
{
color: #2536DF;
}
</style>
background-color css
<style>
a { background-color: #2536DF; }
a { background-color: rgb(37,54,223); }
div.DivClassName
{
background-color: #2536DF;
}
.BgClassName
{
background-color: #2536DF;
}
</style>
border-color css
<style>
span { border-color: #2536DF; }
span { border-color: rgb(37,54,223); }
td.TdClassName
{
border-color: #2536DF;
}
.TagClassName
{
border-color: #2536DF;
}
</style>