Shades of Persian Blue #312EBC
Tints of Persian Blue #312EBC
RGB
CMYK
RGB Variations
Color information
#312EBC (or 0x312EBC) is known color: Persian Blue. HEX triplet: 31, 2E and BC. RGB value is (49,46,188). Sum of RGB (Red+Green+Blue) = 49+46+188=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #312EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312EBC is #CED143. Grayscale: #3E3E3E. Windows color (decimal): -13553988 or 12332593. OLE color: 12332593.
HSL color Cylindrical-coordinate representation of color #312EBC: hue angle of 241.27º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #312EBC is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 46 | 188 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.26 |
| HSL | 241.27º | 0.61% | 0.46% | - |
| HSV(B) | 241.27º | 0.76% | 0.74% | - |
| XYZ | 11.32 | 6.24 | 48.18 | - |
| YUV | 63.09 | 198.49 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 188 | 0.74 | 0.76 | 0 | 0.26 | 241.27 | 0.61 | 0.46 |
| Hex | 31 | 2E | BC | 4A | 4C | 0 | 1A | F1 | 3D | 2E |
| Octal | 61 | 56 | 274 | 112 | 114 | 0 | 32 | 361 | 75 | 56 |
| Binary | 110001 | 101110 | 10111100 | 1001010 | 1001100 | 0 | 11010 | 11110001 | 111101 | 101110 |
Color Harmonies of #312EBC
Complementary color
Monochromatic Colors of #312EBC
Black with #312EBC
Text Example
Text Example
White with #312EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312EBC; }
p { color: rgb(49,46,188); }
H1.HeaderClassName
{
color: #312EBC;
}
.AnyTagClassName
{
color: #312EBC;
}
</style>
background-color css
<style>
a { background-color: #312EBC; }
a { background-color: rgb(49,46,188); }
div.DivClassName
{
background-color: #312EBC;
}
.BgClassName
{
background-color: #312EBC;
}
</style>
border-color css
<style>
span { border-color: #312EBC; }
span { border-color: rgb(49,46,188); }
td.TdClassName
{
border-color: #312EBC;
}
.TagClassName
{
border-color: #312EBC;
}
</style>