Shades of Persian Blue #2934AB
Tints of Persian Blue #2934AB
RGB
CMYK
RGB Variations
Color information
#2934AB (or 0x2934AB) is known color: Persian Blue. HEX triplet: 29, 34 and AB. RGB value is (41,52,171). Sum of RGB (Red+Green+Blue) = 41+52+171=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #2934AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2934AB is #D6CB54. Grayscale: #3D3D3D. Windows color (decimal): -14076757 or 11220009. OLE color: 11220009.
HSL color Cylindrical-coordinate representation of color #2934AB: hue angle of 234.92º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2934AB is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 52 | 171 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.33 |
| HSL | 234.92º | 0.61% | 0.42% | - |
| HSV(B) | 234.92º | 0.76% | 0.67% | - |
| XYZ | 9.49 | 5.87 | 39.16 | - |
| YUV | 62.28 | 189.36 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 52 | 171 | 0.76 | 0.70 | 0 | 0.33 | 234.92 | 0.61 | 0.42 |
| Hex | 29 | 34 | AB | 4C | 46 | 0 | 21 | EB | 3D | 2A |
| Octal | 51 | 64 | 253 | 114 | 106 | 0 | 41 | 353 | 75 | 52 |
| Binary | 101001 | 110100 | 10101011 | 1001100 | 1000110 | 0 | 100001 | 11101011 | 111101 | 101010 |
Color Harmonies of #2934AB
Complementary color
Monochromatic Colors of #2934AB
Black with #2934AB
Text Example
Text Example
White with #2934AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2934AB; }
p { color: rgb(41,52,171); }
H1.HeaderClassName
{
color: #2934AB;
}
.AnyTagClassName
{
color: #2934AB;
}
</style>
background-color css
<style>
a { background-color: #2934AB; }
a { background-color: rgb(41,52,171); }
div.DivClassName
{
background-color: #2934AB;
}
.BgClassName
{
background-color: #2934AB;
}
</style>
border-color css
<style>
span { border-color: #2934AB; }
span { border-color: rgb(41,52,171); }
td.TdClassName
{
border-color: #2934AB;
}
.TagClassName
{
border-color: #2934AB;
}
</style>