Shades of Persian Blue #2732BA
Tints of Persian Blue #2732BA
RGB
CMYK
RGB Variations
Color information
#2732BA (or 0x2732BA) is known color: Persian Blue. HEX triplet: 27, 32 and BA. RGB value is (39,50,186). Sum of RGB (Red+Green+Blue) = 39+50+186=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #2732BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2732BA is #D8CD45. Grayscale: #3D3D3D. Windows color (decimal): -14208326 or 12202535. OLE color: 12202535.
HSL color Cylindrical-coordinate representation of color #2732BA: hue angle of 235.51º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2732BA is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 50 | 186 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.27 |
| HSL | 235.51º | 0.65% | 0.44% | - |
| HSV(B) | 235.51º | 0.79% | 0.73% | - |
| XYZ | 10.84 | 6.26 | 47.09 | - |
| YUV | 62.22 | 197.86 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 50 | 186 | 0.79 | 0.73 | 0 | 0.27 | 235.51 | 0.65 | 0.44 |
| Hex | 27 | 32 | BA | 4F | 49 | 0 | 1B | EC | 41 | 2C |
| Octal | 47 | 62 | 272 | 117 | 111 | 0 | 33 | 354 | 101 | 54 |
| Binary | 100111 | 110010 | 10111010 | 1001111 | 1001001 | 0 | 11011 | 11101100 | 1000001 | 101100 |
Color Harmonies of #2732BA
Complementary color
Monochromatic Colors of #2732BA
Black with #2732BA
Text Example
Text Example
White with #2732BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2732BA; }
p { color: rgb(39,50,186); }
H1.HeaderClassName
{
color: #2732BA;
}
.AnyTagClassName
{
color: #2732BA;
}
</style>
background-color css
<style>
a { background-color: #2732BA; }
a { background-color: rgb(39,50,186); }
div.DivClassName
{
background-color: #2732BA;
}
.BgClassName
{
background-color: #2732BA;
}
</style>
border-color css
<style>
span { border-color: #2732BA; }
span { border-color: rgb(39,50,186); }
td.TdClassName
{
border-color: #2732BA;
}
.TagClassName
{
border-color: #2732BA;
}
</style>