Shades of Persian Blue #2726DD
Tints of Persian Blue #2726DD
RGB
CMYK
RGB Variations
Color information
#2726DD (or 0x2726DD) is known color: Persian Blue. HEX triplet: 27, 26 and DD. RGB value is (39,38,221). Sum of RGB (Red+Green+Blue) = 39+38+221=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #2726DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2726DD is #D8D922. Grayscale: #3A3A3A. Windows color (decimal): -14211363 or 14493223. OLE color: 14493223.
HSL color Cylindrical-coordinate representation of color #2726DD: hue angle of 240.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2726DD is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 38 | 221 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.13 |
| HSL | 240.33º | 0.73% | 0.51% | - |
| HSV(B) | 240.33º | 0.83% | 0.87% | - |
| XYZ | 14.58 | 7.04 | 69 | - |
| YUV | 59.16 | 219.33 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 38 | 221 | 0.82 | 0.83 | 0 | 0.13 | 240.33 | 0.73 | 0.51 |
| Hex | 27 | 26 | DD | 52 | 53 | 0 | D | F0 | 49 | 33 |
| Octal | 47 | 46 | 335 | 122 | 123 | 0 | 15 | 360 | 111 | 63 |
| Binary | 100111 | 100110 | 11011101 | 1010010 | 1010011 | 0 | 1101 | 11110000 | 1001001 | 110011 |
Color Harmonies of #2726DD
Complementary color
Monochromatic Colors of #2726DD
Black with #2726DD
Text Example
Text Example
White with #2726DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2726DD; }
p { color: rgb(39,38,221); }
H1.HeaderClassName
{
color: #2726DD;
}
.AnyTagClassName
{
color: #2726DD;
}
</style>
background-color css
<style>
a { background-color: #2726DD; }
a { background-color: rgb(39,38,221); }
div.DivClassName
{
background-color: #2726DD;
}
.BgClassName
{
background-color: #2726DD;
}
</style>
border-color css
<style>
span { border-color: #2726DD; }
span { border-color: rgb(39,38,221); }
td.TdClassName
{
border-color: #2726DD;
}
.TagClassName
{
border-color: #2726DD;
}
</style>