Shades of Persian Blue #2535D7
Tints of Persian Blue #2535D7
RGB
CMYK
RGB Variations
Color information
#2535D7 (or 0x2535D7) is known color: Persian Blue. HEX triplet: 25, 35 and D7. RGB value is (37,53,215). Sum of RGB (Red+Green+Blue) = 37+53+215=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 215 (84.38% from 255 or 70.49% from 305); Max value from RGB is 215 - color contains mainly: blue. Hex color #2535D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2535D7 is #DACA28. Grayscale: #424242. Windows color (decimal): -14338601 or 14103845. OLE color: 14103845.
HSL color Cylindrical-coordinate representation of color #2535D7: hue angle of 234.61º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2535D7 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 53 | 215 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.16 |
| HSL | 234.61º | 0.71% | 0.49% | - |
| HSV(B) | 234.61º | 0.83% | 0.84% | - |
| XYZ | 14.3 | 7.85 | 65.05 | - |
| YUV | 66.68 | 211.7 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 215 | 0.83 | 0.75 | 0 | 0.16 | 234.61 | 0.71 | 0.49 |
| Hex | 25 | 35 | D7 | 53 | 4B | 0 | 10 | EB | 47 | 31 |
| Octal | 45 | 65 | 327 | 123 | 113 | 0 | 20 | 353 | 107 | 61 |
| Binary | 100101 | 110101 | 11010111 | 1010011 | 1001011 | 0 | 10000 | 11101011 | 1000111 | 110001 |
Color Harmonies of #2535D7
Complementary color
Monochromatic Colors of #2535D7
Black with #2535D7
Text Example
Text Example
White with #2535D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2535D7; }
p { color: rgb(37,53,215); }
H1.HeaderClassName
{
color: #2535D7;
}
.AnyTagClassName
{
color: #2535D7;
}
</style>
background-color css
<style>
a { background-color: #2535D7; }
a { background-color: rgb(37,53,215); }
div.DivClassName
{
background-color: #2535D7;
}
.BgClassName
{
background-color: #2535D7;
}
</style>
border-color css
<style>
span { border-color: #2535D7; }
span { border-color: rgb(37,53,215); }
td.TdClassName
{
border-color: #2535D7;
}
.TagClassName
{
border-color: #2535D7;
}
</style>