Shades of Persian Blue #2834AB
Tints of Persian Blue #2834AB
RGB
CMYK
RGB Variations
Color information
#2834AB (or 0x2834AB) is known color: Persian Blue. HEX triplet: 28, 34 and AB. RGB value is (40,52,171). Sum of RGB (Red+Green+Blue) = 40+52+171=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #2834AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2834AB is #D7CB54. Grayscale: #3D3D3D. Windows color (decimal): -14142293 or 11220008. OLE color: 11220008.
HSL color Cylindrical-coordinate representation of color #2834AB: hue angle of 234.5º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2834AB is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 52 | 171 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.33 |
| HSL | 234.5º | 0.62% | 0.41% | - |
| HSV(B) | 234.5º | 0.77% | 0.67% | - |
| XYZ | 9.45 | 5.85 | 39.16 | - |
| YUV | 61.98 | 189.52 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 171 | 0.77 | 0.70 | 0 | 0.33 | 234.5 | 0.62 | 0.41 |
| Hex | 28 | 34 | AB | 4D | 46 | 0 | 21 | EB | 3E | 29 |
| Octal | 50 | 64 | 253 | 115 | 106 | 0 | 41 | 353 | 76 | 51 |
| Binary | 101000 | 110100 | 10101011 | 1001101 | 1000110 | 0 | 100001 | 11101011 | 111110 | 101001 |
Color Harmonies of #2834AB
Complementary color
Monochromatic Colors of #2834AB
Black with #2834AB
Text Example
Text Example
White with #2834AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2834AB; }
p { color: rgb(40,52,171); }
H1.HeaderClassName
{
color: #2834AB;
}
.AnyTagClassName
{
color: #2834AB;
}
</style>
background-color css
<style>
a { background-color: #2834AB; }
a { background-color: rgb(40,52,171); }
div.DivClassName
{
background-color: #2834AB;
}
.BgClassName
{
background-color: #2834AB;
}
</style>
border-color css
<style>
span { border-color: #2834AB; }
span { border-color: rgb(40,52,171); }
td.TdClassName
{
border-color: #2834AB;
}
.TagClassName
{
border-color: #2834AB;
}
</style>