Shades of Persian Blue #2836BB
Tints of Persian Blue #2836BB
RGB
CMYK
RGB Variations
Color information
#2836BB (or 0x2836BB) is known color: Persian Blue. HEX triplet: 28, 36 and BB. RGB value is (40,54,187). Sum of RGB (Red+Green+Blue) = 40+54+187=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #2836BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2836BB is #D7C944. Grayscale: #404040. Windows color (decimal): -14141765 or 12269096. OLE color: 12269096.
HSL color Cylindrical-coordinate representation of color #2836BB: hue angle of 234.29º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2836BB is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 54 | 187 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.27 |
| HSL | 234.29º | 0.65% | 0.45% | - |
| HSV(B) | 234.29º | 0.79% | 0.73% | - |
| XYZ | 11.16 | 6.68 | 47.71 | - |
| YUV | 64.98 | 196.86 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 187 | 0.79 | 0.71 | 0 | 0.27 | 234.29 | 0.65 | 0.45 |
| Hex | 28 | 36 | BB | 4F | 47 | 0 | 1B | EA | 41 | 2D |
| Octal | 50 | 66 | 273 | 117 | 107 | 0 | 33 | 352 | 101 | 55 |
| Binary | 101000 | 110110 | 10111011 | 1001111 | 1000111 | 0 | 11011 | 11101010 | 1000001 | 101101 |
Color Harmonies of #2836BB
Complementary color
Monochromatic Colors of #2836BB
Black with #2836BB
Text Example
Text Example
White with #2836BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2836BB; }
p { color: rgb(40,54,187); }
H1.HeaderClassName
{
color: #2836BB;
}
.AnyTagClassName
{
color: #2836BB;
}
</style>
background-color css
<style>
a { background-color: #2836BB; }
a { background-color: rgb(40,54,187); }
div.DivClassName
{
background-color: #2836BB;
}
.BgClassName
{
background-color: #2836BB;
}
</style>
border-color css
<style>
span { border-color: #2836BB; }
span { border-color: rgb(40,54,187); }
td.TdClassName
{
border-color: #2836BB;
}
.TagClassName
{
border-color: #2836BB;
}
</style>