Shades of Persian Blue #2732DB
Tints of Persian Blue #2732DB
RGB
CMYK
RGB Variations
Color information
#2732DB (or 0x2732DB) is known color: Persian Blue. HEX triplet: 27, 32 and DB. RGB value is (39,50,219). Sum of RGB (Red+Green+Blue) = 39+50+219=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #2732DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2732DB is #D8CD24. Grayscale: #414141. Windows color (decimal): -14208293 or 14365223. OLE color: 14365223.
HSL color Cylindrical-coordinate representation of color #2732DB: hue angle of 236.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2732DB is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 50 | 219 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.14 |
| HSL | 236.33º | 0.71% | 0.51% | - |
| HSV(B) | 236.33º | 0.82% | 0.86% | - |
| XYZ | 14.76 | 7.83 | 67.75 | - |
| YUV | 65.98 | 214.36 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 50 | 219 | 0.82 | 0.77 | 0 | 0.14 | 236.33 | 0.71 | 0.51 |
| Hex | 27 | 32 | DB | 52 | 4D | 0 | E | EC | 47 | 33 |
| Octal | 47 | 62 | 333 | 122 | 115 | 0 | 16 | 354 | 107 | 63 |
| Binary | 100111 | 110010 | 11011011 | 1010010 | 1001101 | 0 | 1110 | 11101100 | 1000111 | 110011 |
Color Harmonies of #2732DB
Complementary color
Monochromatic Colors of #2732DB
Black with #2732DB
Text Example
Text Example
White with #2732DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2732DB; }
p { color: rgb(39,50,219); }
H1.HeaderClassName
{
color: #2732DB;
}
.AnyTagClassName
{
color: #2732DB;
}
</style>
background-color css
<style>
a { background-color: #2732DB; }
a { background-color: rgb(39,50,219); }
div.DivClassName
{
background-color: #2732DB;
}
.BgClassName
{
background-color: #2732DB;
}
</style>
border-color css
<style>
span { border-color: #2732DB; }
span { border-color: rgb(39,50,219); }
td.TdClassName
{
border-color: #2732DB;
}
.TagClassName
{
border-color: #2732DB;
}
</style>