Shades of Persian Blue #2936AD
Tints of Persian Blue #2936AD
RGB
CMYK
RGB Variations
Color information
#2936AD (or 0x2936AD) is known color: Persian Blue. HEX triplet: 29, 36 and AD. RGB value is (41,54,173). Sum of RGB (Red+Green+Blue) = 41+54+173=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #2936AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2936AD is #D6C952. Grayscale: #3F3F3F. Windows color (decimal): -14076243 or 11351593. OLE color: 11351593.
HSL color Cylindrical-coordinate representation of color #2936AD: hue angle of 234.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2936AD is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 54 | 173 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.32 |
| HSL | 234.09º | 0.62% | 0.42% | - |
| HSV(B) | 234.09º | 0.76% | 0.68% | - |
| XYZ | 9.78 | 6.13 | 40.2 | - |
| YUV | 63.68 | 189.69 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 54 | 173 | 0.76 | 0.69 | 0 | 0.32 | 234.09 | 0.62 | 0.42 |
| Hex | 29 | 36 | AD | 4C | 45 | 0 | 20 | EA | 3E | 2A |
| Octal | 51 | 66 | 255 | 114 | 105 | 0 | 40 | 352 | 76 | 52 |
| Binary | 101001 | 110110 | 10101101 | 1001100 | 1000101 | 0 | 100000 | 11101010 | 111110 | 101010 |
Color Harmonies of #2936AD
Complementary color
Monochromatic Colors of #2936AD
Black with #2936AD
Text Example
Text Example
White with #2936AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2936AD; }
p { color: rgb(41,54,173); }
H1.HeaderClassName
{
color: #2936AD;
}
.AnyTagClassName
{
color: #2936AD;
}
</style>
background-color css
<style>
a { background-color: #2936AD; }
a { background-color: rgb(41,54,173); }
div.DivClassName
{
background-color: #2936AD;
}
.BgClassName
{
background-color: #2936AD;
}
</style>
border-color css
<style>
span { border-color: #2936AD; }
span { border-color: rgb(41,54,173); }
td.TdClassName
{
border-color: #2936AD;
}
.TagClassName
{
border-color: #2936AD;
}
</style>