Shades of Persian Blue #2834BB
Tints of Persian Blue #2834BB
RGB
CMYK
RGB Variations
Color information
#2834BB (or 0x2834BB) is known color: Persian Blue. HEX triplet: 28, 34 and BB. RGB value is (40,52,187). Sum of RGB (Red+Green+Blue) = 40+52+187=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #2834BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2834BB is #D7CB44. Grayscale: #3F3F3F. Windows color (decimal): -14142277 or 12268584. OLE color: 12268584.
HSL color Cylindrical-coordinate representation of color #2834BB: hue angle of 235.1º 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 #2834BB is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 52 | 187 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.27 |
| HSL | 235.1º | 0.65% | 0.45% | - |
| HSV(B) | 235.1º | 0.79% | 0.73% | - |
| XYZ | 11.07 | 6.49 | 47.68 | - |
| YUV | 63.8 | 197.52 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 187 | 0.79 | 0.72 | 0 | 0.27 | 235.1 | 0.65 | 0.45 |
| Hex | 28 | 34 | BB | 4F | 48 | 0 | 1B | EB | 41 | 2D |
| Octal | 50 | 64 | 273 | 117 | 110 | 0 | 33 | 353 | 101 | 55 |
| Binary | 101000 | 110100 | 10111011 | 1001111 | 1001000 | 0 | 11011 | 11101011 | 1000001 | 101101 |
Color Harmonies of #2834BB
Complementary color
Monochromatic Colors of #2834BB
Black with #2834BB
Text Example
Text Example
White with #2834BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2834BB; }
p { color: rgb(40,52,187); }
H1.HeaderClassName
{
color: #2834BB;
}
.AnyTagClassName
{
color: #2834BB;
}
</style>
background-color css
<style>
a { background-color: #2834BB; }
a { background-color: rgb(40,52,187); }
div.DivClassName
{
background-color: #2834BB;
}
.BgClassName
{
background-color: #2834BB;
}
</style>
border-color css
<style>
span { border-color: #2834BB; }
span { border-color: rgb(40,52,187); }
td.TdClassName
{
border-color: #2834BB;
}
.TagClassName
{
border-color: #2834BB;
}
</style>