Shades of Persian Blue #2834BC
Tints of Persian Blue #2834BC
RGB
CMYK
RGB Variations
Color information
#2834BC (or 0x2834BC) is known color: Persian Blue. HEX triplet: 28, 34 and BC. RGB value is (40,52,188). Sum of RGB (Red+Green+Blue) = 40+52+188=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #2834BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2834BC is #D7CB43. Grayscale: #3F3F3F. Windows color (decimal): -14142276 or 12334120. OLE color: 12334120.
HSL color Cylindrical-coordinate representation of color #2834BC: hue angle of 235.14º 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 #2834BC is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 52 | 188 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.26 |
| HSL | 235.14º | 0.65% | 0.45% | - |
| HSV(B) | 235.14º | 0.79% | 0.74% | - |
| XYZ | 11.18 | 6.54 | 48.25 | - |
| YUV | 63.92 | 198.02 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 188 | 0.79 | 0.72 | 0 | 0.26 | 235.14 | 0.65 | 0.45 |
| Hex | 28 | 34 | BC | 4F | 48 | 0 | 1A | EB | 41 | 2D |
| Octal | 50 | 64 | 274 | 117 | 110 | 0 | 32 | 353 | 101 | 55 |
| Binary | 101000 | 110100 | 10111100 | 1001111 | 1001000 | 0 | 11010 | 11101011 | 1000001 | 101101 |
Color Harmonies of #2834BC
Complementary color
Monochromatic Colors of #2834BC
Black with #2834BC
Text Example
Text Example
White with #2834BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2834BC; }
p { color: rgb(40,52,188); }
H1.HeaderClassName
{
color: #2834BC;
}
.AnyTagClassName
{
color: #2834BC;
}
</style>
background-color css
<style>
a { background-color: #2834BC; }
a { background-color: rgb(40,52,188); }
div.DivClassName
{
background-color: #2834BC;
}
.BgClassName
{
background-color: #2834BC;
}
</style>
border-color css
<style>
span { border-color: #2834BC; }
span { border-color: rgb(40,52,188); }
td.TdClassName
{
border-color: #2834BC;
}
.TagClassName
{
border-color: #2834BC;
}
</style>