Shades of Persian Blue #2934AA
Tints of Persian Blue #2934AA
RGB
CMYK
RGB Variations
Color information
#2934AA (or 0x2934AA) is known color: Persian Blue. HEX triplet: 29, 34 and AA. RGB value is (41,52,170). Sum of RGB (Red+Green+Blue) = 41+52+170=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #2934AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2934AA is #D6CB55. Grayscale: #3D3D3D. Windows color (decimal): -14076758 or 11154473. OLE color: 11154473.
HSL color Cylindrical-coordinate representation of color #2934AA: hue angle of 234.88º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2934AA is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 52 | 170 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.33 |
| HSL | 234.88º | 0.61% | 0.41% | - |
| HSV(B) | 234.88º | 0.76% | 0.67% | - |
| XYZ | 9.4 | 5.83 | 38.66 | - |
| YUV | 62.16 | 188.86 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 52 | 170 | 0.76 | 0.69 | 0 | 0.33 | 234.88 | 0.61 | 0.41 |
| Hex | 29 | 34 | AA | 4C | 45 | 0 | 21 | EB | 3D | 29 |
| Octal | 51 | 64 | 252 | 114 | 105 | 0 | 41 | 353 | 75 | 51 |
| Binary | 101001 | 110100 | 10101010 | 1001100 | 1000101 | 0 | 100001 | 11101011 | 111101 | 101001 |
Color Harmonies of #2934AA
Complementary color
Monochromatic Colors of #2934AA
Black with #2934AA
Text Example
Text Example
White with #2934AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2934AA; }
p { color: rgb(41,52,170); }
H1.HeaderClassName
{
color: #2934AA;
}
.AnyTagClassName
{
color: #2934AA;
}
</style>
background-color css
<style>
a { background-color: #2934AA; }
a { background-color: rgb(41,52,170); }
div.DivClassName
{
background-color: #2934AA;
}
.BgClassName
{
background-color: #2934AA;
}
</style>
border-color css
<style>
span { border-color: #2934AA; }
span { border-color: rgb(41,52,170); }
td.TdClassName
{
border-color: #2934AA;
}
.TagClassName
{
border-color: #2934AA;
}
</style>