Shades of Persian Blue #2836BC
Tints of Persian Blue #2836BC
RGB
CMYK
RGB Variations
Color information
#2836BC (or 0x2836BC) is known color: Persian Blue. HEX triplet: 28, 36 and BC. RGB value is (40,54,188). Sum of RGB (Red+Green+Blue) = 40+54+188=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #2836BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2836BC is #D7C943. Grayscale: #404040. Windows color (decimal): -14141764 or 12334632. OLE color: 12334632.
HSL color Cylindrical-coordinate representation of color #2836BC: hue angle of 234.32º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2836BC is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 54 | 188 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.26 |
| HSL | 234.32º | 0.65% | 0.45% | - |
| HSV(B) | 234.32º | 0.79% | 0.74% | - |
| XYZ | 11.27 | 6.72 | 48.28 | - |
| YUV | 65.09 | 197.36 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 188 | 0.79 | 0.71 | 0 | 0.26 | 234.32 | 0.65 | 0.45 |
| Hex | 28 | 36 | BC | 4F | 47 | 0 | 1A | EA | 41 | 2D |
| Octal | 50 | 66 | 274 | 117 | 107 | 0 | 32 | 352 | 101 | 55 |
| Binary | 101000 | 110110 | 10111100 | 1001111 | 1000111 | 0 | 11010 | 11101010 | 1000001 | 101101 |
Color Harmonies of #2836BC
Complementary color
Monochromatic Colors of #2836BC
Black with #2836BC
Text Example
Text Example
White with #2836BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2836BC; }
p { color: rgb(40,54,188); }
H1.HeaderClassName
{
color: #2836BC;
}
.AnyTagClassName
{
color: #2836BC;
}
</style>
background-color css
<style>
a { background-color: #2836BC; }
a { background-color: rgb(40,54,188); }
div.DivClassName
{
background-color: #2836BC;
}
.BgClassName
{
background-color: #2836BC;
}
</style>
border-color css
<style>
span { border-color: #2836BC; }
span { border-color: rgb(40,54,188); }
td.TdClassName
{
border-color: #2836BC;
}
.TagClassName
{
border-color: #2836BC;
}
</style>