Shades of Persian Blue #2537DE
Tints of Persian Blue #2537DE
RGB
CMYK
RGB Variations
Color information
#2537DE (or 0x2537DE) is known color: Persian Blue. HEX triplet: 25, 37 and DE. RGB value is (37,55,222). Sum of RGB (Red+Green+Blue) = 37+55+222=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 222 (87.11% from 255 or 70.70% from 314); Max value from RGB is 222 - color contains mainly: blue. Hex color #2537DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2537DE is #DAC821. Grayscale: #434343. Windows color (decimal): -14338082 or 14563109. OLE color: 14563109.
HSL color Cylindrical-coordinate representation of color #2537DE: hue angle of 234.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 #2537DE is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 55 | 222 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.13 |
| HSL | 234.16º | 0.74% | 0.51% | - |
| HSV(B) | 234.16º | 0.83% | 0.87% | - |
| XYZ | 15.31 | 8.4 | 69.92 | - |
| YUV | 68.66 | 214.54 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 55 | 222 | 0.83 | 0.75 | 0 | 0.13 | 234.16 | 0.74 | 0.51 |
| Hex | 25 | 37 | DE | 53 | 4B | 0 | D | EA | 4A | 33 |
| Octal | 45 | 67 | 336 | 123 | 113 | 0 | 15 | 352 | 112 | 63 |
| Binary | 100101 | 110111 | 11011110 | 1010011 | 1001011 | 0 | 1101 | 11101010 | 1001010 | 110011 |
Color Harmonies of #2537DE
Complementary color
Monochromatic Colors of #2537DE
Black with #2537DE
Text Example
Text Example
White with #2537DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2537DE; }
p { color: rgb(37,55,222); }
H1.HeaderClassName
{
color: #2537DE;
}
.AnyTagClassName
{
color: #2537DE;
}
</style>
background-color css
<style>
a { background-color: #2537DE; }
a { background-color: rgb(37,55,222); }
div.DivClassName
{
background-color: #2537DE;
}
.BgClassName
{
background-color: #2537DE;
}
</style>
border-color css
<style>
span { border-color: #2537DE; }
span { border-color: rgb(37,55,222); }
td.TdClassName
{
border-color: #2537DE;
}
.TagClassName
{
border-color: #2537DE;
}
</style>