Shades of Persian Blue #2935AA
Tints of Persian Blue #2935AA
RGB
CMYK
RGB Variations
Color information
#2935AA (or 0x2935AA) is known color: Persian Blue. HEX triplet: 29, 35 and AA. RGB value is (41,53,170). Sum of RGB (Red+Green+Blue) = 41+53+170=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #2935AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2935AA is #D6CA55. Grayscale: #3E3E3E. Windows color (decimal): -14076502 or 11154729. OLE color: 11154729.
HSL color Cylindrical-coordinate representation of color #2935AA: hue angle of 234.42º 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 #2935AA is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 53 | 170 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.33 |
| HSL | 234.42º | 0.61% | 0.41% | - |
| HSV(B) | 234.42º | 0.76% | 0.67% | - |
| XYZ | 9.44 | 5.92 | 38.68 | - |
| YUV | 62.75 | 188.52 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 170 | 0.76 | 0.69 | 0 | 0.33 | 234.42 | 0.61 | 0.41 |
| Hex | 29 | 35 | AA | 4C | 45 | 0 | 21 | EA | 3D | 29 |
| Octal | 51 | 65 | 252 | 114 | 105 | 0 | 41 | 352 | 75 | 51 |
| Binary | 101001 | 110101 | 10101010 | 1001100 | 1000101 | 0 | 100001 | 11101010 | 111101 | 101001 |
Color Harmonies of #2935AA
Complementary color
Monochromatic Colors of #2935AA
Black with #2935AA
Text Example
Text Example
White with #2935AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2935AA; }
p { color: rgb(41,53,170); }
H1.HeaderClassName
{
color: #2935AA;
}
.AnyTagClassName
{
color: #2935AA;
}
</style>
background-color css
<style>
a { background-color: #2935AA; }
a { background-color: rgb(41,53,170); }
div.DivClassName
{
background-color: #2935AA;
}
.BgClassName
{
background-color: #2935AA;
}
</style>
border-color css
<style>
span { border-color: #2935AA; }
span { border-color: rgb(41,53,170); }
td.TdClassName
{
border-color: #2935AA;
}
.TagClassName
{
border-color: #2935AA;
}
</style>