Shades of Persian Blue #2732DD
Tints of Persian Blue #2732DD
RGB
CMYK
RGB Variations
Color information
#2732DD (or 0x2732DD) is known color: Persian Blue. HEX triplet: 27, 32 and DD. RGB value is (39,50,221). Sum of RGB (Red+Green+Blue) = 39+50+221=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 221 (86.72% from 255 or 71.29% from 310); Max value from RGB is 221 - color contains mainly: blue. Hex color #2732DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2732DD is #D8CD22. Grayscale: #414141. Windows color (decimal): -14208291 or 14496295. OLE color: 14496295.
HSL color Cylindrical-coordinate representation of color #2732DD: hue angle of 236.37º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2732DD is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 50 | 221 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.13 |
| HSL | 236.37º | 0.73% | 0.51% | - |
| HSV(B) | 236.37º | 0.82% | 0.87% | - |
| XYZ | 15.03 | 7.93 | 69.15 | - |
| YUV | 66.21 | 215.36 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 50 | 221 | 0.82 | 0.77 | 0 | 0.13 | 236.37 | 0.73 | 0.51 |
| Hex | 27 | 32 | DD | 52 | 4D | 0 | D | EC | 49 | 33 |
| Octal | 47 | 62 | 335 | 122 | 115 | 0 | 15 | 354 | 111 | 63 |
| Binary | 100111 | 110010 | 11011101 | 1010010 | 1001101 | 0 | 1101 | 11101100 | 1001001 | 110011 |
Color Harmonies of #2732DD
Complementary color
Monochromatic Colors of #2732DD
Black with #2732DD
Text Example
Text Example
White with #2732DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2732DD; }
p { color: rgb(39,50,221); }
H1.HeaderClassName
{
color: #2732DD;
}
.AnyTagClassName
{
color: #2732DD;
}
</style>
background-color css
<style>
a { background-color: #2732DD; }
a { background-color: rgb(39,50,221); }
div.DivClassName
{
background-color: #2732DD;
}
.BgClassName
{
background-color: #2732DD;
}
</style>
border-color css
<style>
span { border-color: #2732DD; }
span { border-color: rgb(39,50,221); }
td.TdClassName
{
border-color: #2732DD;
}
.TagClassName
{
border-color: #2732DD;
}
</style>