Shades of Persian Blue #2836D8
Tints of Persian Blue #2836D8
RGB
CMYK
RGB Variations
Color information
#2836D8 (or 0x2836D8) is known color: Persian Blue. HEX triplet: 28, 36 and D8. RGB value is (40,54,216). Sum of RGB (Red+Green+Blue) = 40+54+216=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 216 (84.77% from 255 or 69.68% from 310); Max value from RGB is 216 - color contains mainly: blue. Hex color #2836D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2836D8 is #D7C927. Grayscale: #434343. Windows color (decimal): -14141736 or 14169640. OLE color: 14169640.
HSL color Cylindrical-coordinate representation of color #2836D8: hue angle of 235.23º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2836D8 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 54 | 216 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.15 |
| HSL | 235.23º | 0.69% | 0.5% | - |
| HSV(B) | 235.23º | 0.81% | 0.85% | - |
| XYZ | 14.59 | 8.05 | 65.75 | - |
| YUV | 68.28 | 211.36 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 216 | 0.81 | 0.75 | 0 | 0.15 | 235.23 | 0.69 | 0.5 |
| Hex | 28 | 36 | D8 | 51 | 4B | 0 | F | EB | 45 | 32 |
| Octal | 50 | 66 | 330 | 121 | 113 | 0 | 17 | 353 | 105 | 62 |
| Binary | 101000 | 110110 | 11011000 | 1010001 | 1001011 | 0 | 1111 | 11101011 | 1000101 | 110010 |
Color Harmonies of #2836D8
Complementary color
Monochromatic Colors of #2836D8
Black with #2836D8
Text Example
Text Example
White with #2836D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2836D8; }
p { color: rgb(40,54,216); }
H1.HeaderClassName
{
color: #2836D8;
}
.AnyTagClassName
{
color: #2836D8;
}
</style>
background-color css
<style>
a { background-color: #2836D8; }
a { background-color: rgb(40,54,216); }
div.DivClassName
{
background-color: #2836D8;
}
.BgClassName
{
background-color: #2836D8;
}
</style>
border-color css
<style>
span { border-color: #2836D8; }
span { border-color: rgb(40,54,216); }
td.TdClassName
{
border-color: #2836D8;
}
.TagClassName
{
border-color: #2836D8;
}
</style>