Shades of Persian Blue #2837DC
Tints of Persian Blue #2837DC
RGB
CMYK
RGB Variations
Color information
#2837DC (or 0x2837DC) is known color: Persian Blue. HEX triplet: 28, 37 and DC. RGB value is (40,55,220). Sum of RGB (Red+Green+Blue) = 40+55+220=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #2837DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2837DC is #D7C823. Grayscale: #444444. Windows color (decimal): -14141476 or 14432040. OLE color: 14432040.
HSL color Cylindrical-coordinate representation of color #2837DC: hue angle of 235º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2837DC is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 55 | 220 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.14 |
| HSL | 235º | 0.72% | 0.51% | - |
| HSV(B) | 235º | 0.82% | 0.86% | - |
| XYZ | 15.16 | 8.35 | 68.52 | - |
| YUV | 69.33 | 213.03 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 220 | 0.82 | 0.75 | 0 | 0.14 | 235 | 0.72 | 0.51 |
| Hex | 28 | 37 | DC | 52 | 4B | 0 | E | EB | 48 | 33 |
| Octal | 50 | 67 | 334 | 122 | 113 | 0 | 16 | 353 | 110 | 63 |
| Binary | 101000 | 110111 | 11011100 | 1010010 | 1001011 | 0 | 1110 | 11101011 | 1001000 | 110011 |
Color Harmonies of #2837DC
Complementary color
Monochromatic Colors of #2837DC
Black with #2837DC
Text Example
Text Example
White with #2837DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2837DC; }
p { color: rgb(40,55,220); }
H1.HeaderClassName
{
color: #2837DC;
}
.AnyTagClassName
{
color: #2837DC;
}
</style>
background-color css
<style>
a { background-color: #2837DC; }
a { background-color: rgb(40,55,220); }
div.DivClassName
{
background-color: #2837DC;
}
.BgClassName
{
background-color: #2837DC;
}
</style>
border-color css
<style>
span { border-color: #2837DC; }
span { border-color: rgb(40,55,220); }
td.TdClassName
{
border-color: #2837DC;
}
.TagClassName
{
border-color: #2837DC;
}
</style>