Shades of Persian Blue #2534DF
Tints of Persian Blue #2534DF
RGB
CMYK
RGB Variations
Color information
#2534DF (or 0x2534DF) is known color: Persian Blue. HEX triplet: 25, 34 and DF. RGB value is (37,52,223). Sum of RGB (Red+Green+Blue) = 37+52+223=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 223 (87.5% from 255 or 71.47% from 312); Max value from RGB is 223 - color contains mainly: blue. Hex color #2534DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2534DF is #DACB20. Grayscale: #424242. Windows color (decimal): -14338849 or 14627877. OLE color: 14627877.
HSL color Cylindrical-coordinate representation of color #2534DF: hue angle of 235.16º 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 #2534DF is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 52 | 223 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.13 |
| HSL | 235.16º | 0.74% | 0.51% | - |
| HSV(B) | 235.16º | 0.83% | 0.87% | - |
| XYZ | 15.31 | 8.18 | 70.58 | - |
| YUV | 67.01 | 216.03 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 52 | 223 | 0.83 | 0.77 | 0 | 0.13 | 235.16 | 0.74 | 0.51 |
| Hex | 25 | 34 | DF | 53 | 4D | 0 | D | EB | 4A | 33 |
| Octal | 45 | 64 | 337 | 123 | 115 | 0 | 15 | 353 | 112 | 63 |
| Binary | 100101 | 110100 | 11011111 | 1010011 | 1001101 | 0 | 1101 | 11101011 | 1001010 | 110011 |
Color Harmonies of #2534DF
Complementary color
Monochromatic Colors of #2534DF
Black with #2534DF
Text Example
Text Example
White with #2534DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2534DF; }
p { color: rgb(37,52,223); }
H1.HeaderClassName
{
color: #2534DF;
}
.AnyTagClassName
{
color: #2534DF;
}
</style>
background-color css
<style>
a { background-color: #2534DF; }
a { background-color: rgb(37,52,223); }
div.DivClassName
{
background-color: #2534DF;
}
.BgClassName
{
background-color: #2534DF;
}
</style>
border-color css
<style>
span { border-color: #2534DF; }
span { border-color: rgb(37,52,223); }
td.TdClassName
{
border-color: #2534DF;
}
.TagClassName
{
border-color: #2534DF;
}
</style>