Shades of Persian Blue #2836DC
Tints of Persian Blue #2836DC
RGB
CMYK
RGB Variations
Color information
#2836DC (or 0x2836DC) is known color: Persian Blue. HEX triplet: 28, 36 and DC. RGB value is (40,54,220). Sum of RGB (Red+Green+Blue) = 40+54+220=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #2836DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2836DC is #D7C923. Grayscale: #444444. Windows color (decimal): -14141732 or 14431784. OLE color: 14431784.
HSL color Cylindrical-coordinate representation of color #2836DC: hue angle of 235.33º 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 #2836DC is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 54 | 220 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.14 |
| HSL | 235.33º | 0.72% | 0.51% | - |
| HSV(B) | 235.33º | 0.82% | 0.86% | - |
| XYZ | 15.11 | 8.26 | 68.51 | - |
| YUV | 68.74 | 213.36 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 220 | 0.82 | 0.75 | 0 | 0.14 | 235.33 | 0.72 | 0.51 |
| Hex | 28 | 36 | DC | 52 | 4B | 0 | E | EB | 48 | 33 |
| Octal | 50 | 66 | 334 | 122 | 113 | 0 | 16 | 353 | 110 | 63 |
| Binary | 101000 | 110110 | 11011100 | 1010010 | 1001011 | 0 | 1110 | 11101011 | 1001000 | 110011 |
Color Harmonies of #2836DC
Complementary color
Monochromatic Colors of #2836DC
Black with #2836DC
Text Example
Text Example
White with #2836DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2836DC; }
p { color: rgb(40,54,220); }
H1.HeaderClassName
{
color: #2836DC;
}
.AnyTagClassName
{
color: #2836DC;
}
</style>
background-color css
<style>
a { background-color: #2836DC; }
a { background-color: rgb(40,54,220); }
div.DivClassName
{
background-color: #2836DC;
}
.BgClassName
{
background-color: #2836DC;
}
</style>
border-color css
<style>
span { border-color: #2836DC; }
span { border-color: rgb(40,54,220); }
td.TdClassName
{
border-color: #2836DC;
}
.TagClassName
{
border-color: #2836DC;
}
</style>