Shades of Persian Blue #2834AD
Tints of Persian Blue #2834AD
RGB
CMYK
RGB Variations
Color information
#2834AD (or 0x2834AD) is known color: Persian Blue. HEX triplet: 28, 34 and AD. RGB value is (40,52,173). Sum of RGB (Red+Green+Blue) = 40+52+173=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #2834AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2834AD is #D7CB52. Grayscale: #3D3D3D. Windows color (decimal): -14142291 or 11351080. OLE color: 11351080.
HSL color Cylindrical-coordinate representation of color #2834AD: hue angle of 234.59º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2834AD is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 52 | 173 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.32 |
| HSL | 234.59º | 0.62% | 0.42% | - |
| HSV(B) | 234.59º | 0.77% | 0.68% | - |
| XYZ | 9.65 | 5.92 | 40.17 | - |
| YUV | 62.21 | 190.52 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 173 | 0.77 | 0.70 | 0 | 0.32 | 234.59 | 0.62 | 0.42 |
| Hex | 28 | 34 | AD | 4D | 46 | 0 | 20 | EB | 3E | 2A |
| Octal | 50 | 64 | 255 | 115 | 106 | 0 | 40 | 353 | 76 | 52 |
| Binary | 101000 | 110100 | 10101101 | 1001101 | 1000110 | 0 | 100000 | 11101011 | 111110 | 101010 |
Color Harmonies of #2834AD
Complementary color
Monochromatic Colors of #2834AD
Black with #2834AD
Text Example
Text Example
White with #2834AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2834AD; }
p { color: rgb(40,52,173); }
H1.HeaderClassName
{
color: #2834AD;
}
.AnyTagClassName
{
color: #2834AD;
}
</style>
background-color css
<style>
a { background-color: #2834AD; }
a { background-color: rgb(40,52,173); }
div.DivClassName
{
background-color: #2834AD;
}
.BgClassName
{
background-color: #2834AD;
}
</style>
border-color css
<style>
span { border-color: #2834AD; }
span { border-color: rgb(40,52,173); }
td.TdClassName
{
border-color: #2834AD;
}
.TagClassName
{
border-color: #2834AD;
}
</style>