Shades of Persian Blue #2935BA
Tints of Persian Blue #2935BA
RGB
CMYK
RGB Variations
Color information
#2935BA (or 0x2935BA) is known color: Persian Blue. HEX triplet: 29, 35 and BA. RGB value is (41,53,186). Sum of RGB (Red+Green+Blue) = 41+53+186=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #2935BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2935BA is #D6CA45. Grayscale: #404040. Windows color (decimal): -14076486 or 12203305. OLE color: 12203305.
HSL color Cylindrical-coordinate representation of color #2935BA: hue angle of 235.03º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2935BA is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 53 | 186 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.27 |
| HSL | 235.03º | 0.64% | 0.45% | - |
| HSV(B) | 235.03º | 0.78% | 0.73% | - |
| XYZ | 11.05 | 6.56 | 47.14 | - |
| YUV | 64.57 | 196.52 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 186 | 0.78 | 0.72 | 0 | 0.27 | 235.03 | 0.64 | 0.45 |
| Hex | 29 | 35 | BA | 4E | 48 | 0 | 1B | EB | 40 | 2D |
| Octal | 51 | 65 | 272 | 116 | 110 | 0 | 33 | 353 | 100 | 55 |
| Binary | 101001 | 110101 | 10111010 | 1001110 | 1001000 | 0 | 11011 | 11101011 | 1000000 | 101101 |
Color Harmonies of #2935BA
Complementary color
Monochromatic Colors of #2935BA
Black with #2935BA
Text Example
Text Example
White with #2935BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2935BA; }
p { color: rgb(41,53,186); }
H1.HeaderClassName
{
color: #2935BA;
}
.AnyTagClassName
{
color: #2935BA;
}
</style>
background-color css
<style>
a { background-color: #2935BA; }
a { background-color: rgb(41,53,186); }
div.DivClassName
{
background-color: #2935BA;
}
.BgClassName
{
background-color: #2935BA;
}
</style>
border-color css
<style>
span { border-color: #2935BA; }
span { border-color: rgb(41,53,186); }
td.TdClassName
{
border-color: #2935BA;
}
.TagClassName
{
border-color: #2935BA;
}
</style>