Shades of Persian Blue #2537DC
Tints of Persian Blue #2537DC
RGB
CMYK
RGB Variations
Color information
#2537DC (or 0x2537DC) is known color: Persian Blue. HEX triplet: 25, 37 and DC. RGB value is (37,55,220). Sum of RGB (Red+Green+Blue) = 37+55+220=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #2537DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2537DC is #DAC823. Grayscale: #434343. Windows color (decimal): -14338084 or 14432037. OLE color: 14432037.
HSL color Cylindrical-coordinate representation of color #2537DC: hue angle of 234.1º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2537DC is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 55 | 220 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.14 |
| HSL | 234.1º | 0.72% | 0.5% | - |
| HSV(B) | 234.1º | 0.83% | 0.86% | - |
| XYZ | 15.05 | 8.29 | 68.52 | - |
| YUV | 68.43 | 213.54 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 55 | 220 | 0.83 | 0.75 | 0 | 0.14 | 234.1 | 0.72 | 0.5 |
| Hex | 25 | 37 | DC | 53 | 4B | 0 | E | EA | 48 | 32 |
| Octal | 45 | 67 | 334 | 123 | 113 | 0 | 16 | 352 | 110 | 62 |
| Binary | 100101 | 110111 | 11011100 | 1010011 | 1001011 | 0 | 1110 | 11101010 | 1001000 | 110010 |
Color Harmonies of #2537DC
Complementary color
Monochromatic Colors of #2537DC
Black with #2537DC
Text Example
Text Example
White with #2537DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2537DC; }
p { color: rgb(37,55,220); }
H1.HeaderClassName
{
color: #2537DC;
}
.AnyTagClassName
{
color: #2537DC;
}
</style>
background-color css
<style>
a { background-color: #2537DC; }
a { background-color: rgb(37,55,220); }
div.DivClassName
{
background-color: #2537DC;
}
.BgClassName
{
background-color: #2537DC;
}
</style>
border-color css
<style>
span { border-color: #2537DC; }
span { border-color: rgb(37,55,220); }
td.TdClassName
{
border-color: #2537DC;
}
.TagClassName
{
border-color: #2537DC;
}
</style>