Shades of Persian Blue #2731BC
Tints of Persian Blue #2731BC
RGB
CMYK
RGB Variations
Color information
#2731BC (or 0x2731BC) is known color: Persian Blue. HEX triplet: 27, 31 and BC. RGB value is (39,49,188). Sum of RGB (Red+Green+Blue) = 39+49+188=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #2731BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2731BC is #D8CE43. Grayscale: #3D3D3D. Windows color (decimal): -14208580 or 12333351. OLE color: 12333351.
HSL color Cylindrical-coordinate representation of color #2731BC: hue angle of 235.97º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2731BC is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 49 | 188 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.26 |
| HSL | 235.97º | 0.66% | 0.45% | - |
| HSV(B) | 235.97º | 0.79% | 0.74% | - |
| XYZ | 11.01 | 6.26 | 48.2 | - |
| YUV | 61.86 | 199.19 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 49 | 188 | 0.79 | 0.74 | 0 | 0.26 | 235.97 | 0.66 | 0.45 |
| Hex | 27 | 31 | BC | 4F | 4A | 0 | 1A | EC | 42 | 2D |
| Octal | 47 | 61 | 274 | 117 | 112 | 0 | 32 | 354 | 102 | 55 |
| Binary | 100111 | 110001 | 10111100 | 1001111 | 1001010 | 0 | 11010 | 11101100 | 1000010 | 101101 |
Color Harmonies of #2731BC
Complementary color
Monochromatic Colors of #2731BC
Black with #2731BC
Text Example
Text Example
White with #2731BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2731BC; }
p { color: rgb(39,49,188); }
H1.HeaderClassName
{
color: #2731BC;
}
.AnyTagClassName
{
color: #2731BC;
}
</style>
background-color css
<style>
a { background-color: #2731BC; }
a { background-color: rgb(39,49,188); }
div.DivClassName
{
background-color: #2731BC;
}
.BgClassName
{
background-color: #2731BC;
}
</style>
border-color css
<style>
span { border-color: #2731BC; }
span { border-color: rgb(39,49,188); }
td.TdClassName
{
border-color: #2731BC;
}
.TagClassName
{
border-color: #2731BC;
}
</style>