Shades of Persian Blue #2534E3
Tints of Persian Blue #2534E3
RGB
CMYK
RGB Variations
Color information
#2534E3 (or 0x2534E3) is known color: Persian Blue. HEX triplet: 25, 34 and E3. RGB value is (37,52,227). Sum of RGB (Red+Green+Blue) = 37+52+227=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 227 (89.06% from 255 or 71.84% from 316); Max value from RGB is 227 - color contains mainly: blue. Hex color #2534E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2534E3 is #DACB1C. Grayscale: #424242. Windows color (decimal): -14338845 or 14890021. OLE color: 14890021.
HSL color Cylindrical-coordinate representation of color #2534E3: hue angle of 235.26º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2534E3 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 52 | 227 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.11 |
| HSL | 235.26º | 0.77% | 0.52% | - |
| HSV(B) | 235.26º | 0.84% | 0.89% | - |
| XYZ | 15.86 | 8.4 | 73.46 | - |
| YUV | 67.47 | 218.03 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 52 | 227 | 0.84 | 0.77 | 0 | 0.11 | 235.26 | 0.77 | 0.52 |
| Hex | 25 | 34 | E3 | 54 | 4D | 0 | B | EB | 4D | 34 |
| Octal | 45 | 64 | 343 | 124 | 115 | 0 | 13 | 353 | 115 | 64 |
| Binary | 100101 | 110100 | 11100011 | 1010100 | 1001101 | 0 | 1011 | 11101011 | 1001101 | 110100 |
Color Harmonies of #2534E3
Complementary color
Monochromatic Colors of #2534E3
Black with #2534E3
Text Example
Text Example
White with #2534E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2534E3; }
p { color: rgb(37,52,227); }
H1.HeaderClassName
{
color: #2534E3;
}
.AnyTagClassName
{
color: #2534E3;
}
</style>
background-color css
<style>
a { background-color: #2534E3; }
a { background-color: rgb(37,52,227); }
div.DivClassName
{
background-color: #2534E3;
}
.BgClassName
{
background-color: #2534E3;
}
</style>
border-color css
<style>
span { border-color: #2534E3; }
span { border-color: rgb(37,52,227); }
td.TdClassName
{
border-color: #2534E3;
}
.TagClassName
{
border-color: #2534E3;
}
</style>