Shades of Persian Blue #2836BD
Tints of Persian Blue #2836BD
RGB
CMYK
RGB Variations
Color information
#2836BD (or 0x2836BD) is known color: Persian Blue. HEX triplet: 28, 36 and BD. RGB value is (40,54,189). Sum of RGB (Red+Green+Blue) = 40+54+189=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #2836BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2836BD is #D7C942. Grayscale: #404040. Windows color (decimal): -14141763 or 12400168. OLE color: 12400168.
HSL color Cylindrical-coordinate representation of color #2836BD: hue angle of 234.36º 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 #2836BD is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 54 | 189 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.26 |
| HSL | 234.36º | 0.65% | 0.45% | - |
| HSV(B) | 234.36º | 0.79% | 0.74% | - |
| XYZ | 11.38 | 6.76 | 48.85 | - |
| YUV | 65.2 | 197.86 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 189 | 0.79 | 0.71 | 0 | 0.26 | 234.36 | 0.65 | 0.45 |
| Hex | 28 | 36 | BD | 4F | 47 | 0 | 1A | EA | 41 | 2D |
| Octal | 50 | 66 | 275 | 117 | 107 | 0 | 32 | 352 | 101 | 55 |
| Binary | 101000 | 110110 | 10111101 | 1001111 | 1000111 | 0 | 11010 | 11101010 | 1000001 | 101101 |
Color Harmonies of #2836BD
Complementary color
Monochromatic Colors of #2836BD
Black with #2836BD
Text Example
Text Example
White with #2836BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2836BD; }
p { color: rgb(40,54,189); }
H1.HeaderClassName
{
color: #2836BD;
}
.AnyTagClassName
{
color: #2836BD;
}
</style>
background-color css
<style>
a { background-color: #2836BD; }
a { background-color: rgb(40,54,189); }
div.DivClassName
{
background-color: #2836BD;
}
.BgClassName
{
background-color: #2836BD;
}
</style>
border-color css
<style>
span { border-color: #2836BD; }
span { border-color: rgb(40,54,189); }
td.TdClassName
{
border-color: #2836BD;
}
.TagClassName
{
border-color: #2836BD;
}
</style>