Shades of Persian Blue #312FBC
Tints of Persian Blue #312FBC
RGB
CMYK
RGB Variations
Color information
#312FBC (or 0x312FBC) is known color: Persian Blue. HEX triplet: 31, 2F and BC. RGB value is (49,47,188). Sum of RGB (Red+Green+Blue) = 49+47+188=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #312FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312FBC is #CED043. Grayscale: #3F3F3F. Windows color (decimal): -13553732 or 12332849. OLE color: 12332849.
HSL color Cylindrical-coordinate representation of color #312FBC: hue angle of 240.85º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #312FBC is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 47 | 188 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.26 |
| HSL | 240.85º | 0.6% | 0.46% | - |
| HSV(B) | 240.85º | 0.75% | 0.74% | - |
| XYZ | 11.36 | 6.32 | 48.2 | - |
| YUV | 63.67 | 198.16 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 47 | 188 | 0.74 | 0.75 | 0 | 0.26 | 240.85 | 0.6 | 0.46 |
| Hex | 31 | 2F | BC | 4A | 4B | 0 | 1A | F1 | 3C | 2E |
| Octal | 61 | 57 | 274 | 112 | 113 | 0 | 32 | 361 | 74 | 56 |
| Binary | 110001 | 101111 | 10111100 | 1001010 | 1001011 | 0 | 11010 | 11110001 | 111100 | 101110 |
Color Harmonies of #312FBC
Complementary color
Monochromatic Colors of #312FBC
Black with #312FBC
Text Example
Text Example
White with #312FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312FBC; }
p { color: rgb(49,47,188); }
H1.HeaderClassName
{
color: #312FBC;
}
.AnyTagClassName
{
color: #312FBC;
}
</style>
background-color css
<style>
a { background-color: #312FBC; }
a { background-color: rgb(49,47,188); }
div.DivClassName
{
background-color: #312FBC;
}
.BgClassName
{
background-color: #312FBC;
}
</style>
border-color css
<style>
span { border-color: #312FBC; }
span { border-color: rgb(49,47,188); }
td.TdClassName
{
border-color: #312FBC;
}
.TagClassName
{
border-color: #312FBC;
}
</style>