Shades of Persian Blue #2534CE
Tints of Persian Blue #2534CE
RGB
CMYK
RGB Variations
Color information
#2534CE (or 0x2534CE) is known color: Persian Blue. HEX triplet: 25, 34 and CE. RGB value is (37,52,206). Sum of RGB (Red+Green+Blue) = 37+52+206=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #2534CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2534CE is #DACB31. Grayscale: #404040. Windows color (decimal): -14338866 or 13513765. OLE color: 13513765.
HSL color Cylindrical-coordinate representation of color #2534CE: hue angle of 234.67º 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 #2534CE is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 52 | 206 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.19 |
| HSL | 234.67º | 0.7% | 0.48% | - |
| HSV(B) | 234.67º | 0.82% | 0.81% | - |
| XYZ | 13.13 | 7.31 | 59.11 | - |
| YUV | 65.07 | 207.53 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 52 | 206 | 0.82 | 0.75 | 0 | 0.19 | 234.67 | 0.7 | 0.48 |
| Hex | 25 | 34 | CE | 52 | 4B | 0 | 13 | EB | 46 | 30 |
| Octal | 45 | 64 | 316 | 122 | 113 | 0 | 23 | 353 | 106 | 60 |
| Binary | 100101 | 110100 | 11001110 | 1010010 | 1001011 | 0 | 10011 | 11101011 | 1000110 | 110000 |
Color Harmonies of #2534CE
Complementary color
Monochromatic Colors of #2534CE
Black with #2534CE
Text Example
Text Example
White with #2534CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2534CE; }
p { color: rgb(37,52,206); }
H1.HeaderClassName
{
color: #2534CE;
}
.AnyTagClassName
{
color: #2534CE;
}
</style>
background-color css
<style>
a { background-color: #2534CE; }
a { background-color: rgb(37,52,206); }
div.DivClassName
{
background-color: #2534CE;
}
.BgClassName
{
background-color: #2534CE;
}
</style>
border-color css
<style>
span { border-color: #2534CE; }
span { border-color: rgb(37,52,206); }
td.TdClassName
{
border-color: #2534CE;
}
.TagClassName
{
border-color: #2534CE;
}
</style>