Shades of Persian Blue #2535CF
Tints of Persian Blue #2535CF
RGB
CMYK
RGB Variations
Color information
#2535CF (or 0x2535CF) is known color: Persian Blue. HEX triplet: 25, 35 and CF. RGB value is (37,53,207). Sum of RGB (Red+Green+Blue) = 37+53+207=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #2535CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2535CF is #DACA30. Grayscale: #414141. Windows color (decimal): -14338609 or 13579557. OLE color: 13579557.
HSL color Cylindrical-coordinate representation of color #2535CF: hue angle of 234.35º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2535CF is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 53 | 207 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.19 |
| HSL | 234.35º | 0.7% | 0.48% | - |
| HSV(B) | 234.35º | 0.82% | 0.81% | - |
| XYZ | 13.3 | 7.44 | 59.77 | - |
| YUV | 65.77 | 207.7 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 207 | 0.82 | 0.74 | 0 | 0.19 | 234.35 | 0.7 | 0.48 |
| Hex | 25 | 35 | CF | 52 | 4A | 0 | 13 | EA | 46 | 30 |
| Octal | 45 | 65 | 317 | 122 | 112 | 0 | 23 | 352 | 106 | 60 |
| Binary | 100101 | 110101 | 11001111 | 1010010 | 1001010 | 0 | 10011 | 11101010 | 1000110 | 110000 |
Color Harmonies of #2535CF
Complementary color
Monochromatic Colors of #2535CF
Black with #2535CF
Text Example
Text Example
White with #2535CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2535CF; }
p { color: rgb(37,53,207); }
H1.HeaderClassName
{
color: #2535CF;
}
.AnyTagClassName
{
color: #2535CF;
}
</style>
background-color css
<style>
a { background-color: #2535CF; }
a { background-color: rgb(37,53,207); }
div.DivClassName
{
background-color: #2535CF;
}
.BgClassName
{
background-color: #2535CF;
}
</style>
border-color css
<style>
span { border-color: #2535CF; }
span { border-color: rgb(37,53,207); }
td.TdClassName
{
border-color: #2535CF;
}
.TagClassName
{
border-color: #2535CF;
}
</style>