Shades of Persian Blue #2834AE
Tints of Persian Blue #2834AE
RGB
CMYK
RGB Variations
Color information
#2834AE (or 0x2834AE) is known color: Persian Blue. HEX triplet: 28, 34 and AE. RGB value is (40,52,174). Sum of RGB (Red+Green+Blue) = 40+52+174=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #2834AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2834AE is #D7CB51. Grayscale: #3D3D3D. Windows color (decimal): -14142290 or 11416616. OLE color: 11416616.
HSL color Cylindrical-coordinate representation of color #2834AE: hue angle of 234.63º degrees, saturation: 0.63, 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 #2834AE is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 52 | 174 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.32 |
| HSL | 234.63º | 0.63% | 0.42% | - |
| HSV(B) | 234.63º | 0.77% | 0.68% | - |
| XYZ | 9.74 | 5.96 | 40.68 | - |
| YUV | 62.32 | 191.02 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 174 | 0.77 | 0.70 | 0 | 0.32 | 234.63 | 0.63 | 0.42 |
| Hex | 28 | 34 | AE | 4D | 46 | 0 | 20 | EB | 3F | 2A |
| Octal | 50 | 64 | 256 | 115 | 106 | 0 | 40 | 353 | 77 | 52 |
| Binary | 101000 | 110100 | 10101110 | 1001101 | 1000110 | 0 | 100000 | 11101011 | 111111 | 101010 |
Color Harmonies of #2834AE
Complementary color
Monochromatic Colors of #2834AE
Black with #2834AE
Text Example
Text Example
White with #2834AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2834AE; }
p { color: rgb(40,52,174); }
H1.HeaderClassName
{
color: #2834AE;
}
.AnyTagClassName
{
color: #2834AE;
}
</style>
background-color css
<style>
a { background-color: #2834AE; }
a { background-color: rgb(40,52,174); }
div.DivClassName
{
background-color: #2834AE;
}
.BgClassName
{
background-color: #2834AE;
}
</style>
border-color css
<style>
span { border-color: #2834AE; }
span { border-color: rgb(40,52,174); }
td.TdClassName
{
border-color: #2834AE;
}
.TagClassName
{
border-color: #2834AE;
}
</style>