Shades of Persian Blue #2931BC
Tints of Persian Blue #2931BC
RGB
CMYK
RGB Variations
Color information
#2931BC (or 0x2931BC) is known color: Persian Blue. HEX triplet: 29, 31 and BC. RGB value is (41,49,188). Sum of RGB (Red+Green+Blue) = 41+49+188=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #2931BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2931BC is #D6CE43. Grayscale: #3D3D3D. Windows color (decimal): -14077508 or 12333353. OLE color: 12333353.
HSL color Cylindrical-coordinate representation of color #2931BC: hue angle of 236.73º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2931BC is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 49 | 188 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.26 |
| HSL | 236.73º | 0.64% | 0.45% | - |
| HSV(B) | 236.73º | 0.78% | 0.74% | - |
| XYZ | 11.09 | 6.3 | 48.21 | - |
| YUV | 62.45 | 198.85 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 49 | 188 | 0.78 | 0.74 | 0 | 0.26 | 236.73 | 0.64 | 0.45 |
| Hex | 29 | 31 | BC | 4E | 4A | 0 | 1A | ED | 40 | 2D |
| Octal | 51 | 61 | 274 | 116 | 112 | 0 | 32 | 355 | 100 | 55 |
| Binary | 101001 | 110001 | 10111100 | 1001110 | 1001010 | 0 | 11010 | 11101101 | 1000000 | 101101 |
Color Harmonies of #2931BC
Complementary color
Monochromatic Colors of #2931BC
Black with #2931BC
Text Example
Text Example
White with #2931BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2931BC; }
p { color: rgb(41,49,188); }
H1.HeaderClassName
{
color: #2931BC;
}
.AnyTagClassName
{
color: #2931BC;
}
</style>
background-color css
<style>
a { background-color: #2931BC; }
a { background-color: rgb(41,49,188); }
div.DivClassName
{
background-color: #2931BC;
}
.BgClassName
{
background-color: #2931BC;
}
</style>
border-color css
<style>
span { border-color: #2931BC; }
span { border-color: rgb(41,49,188); }
td.TdClassName
{
border-color: #2931BC;
}
.TagClassName
{
border-color: #2931BC;
}
</style>