Shades of Persian Blue #313CC2
Tints of Persian Blue #313CC2
RGB
CMYK
RGB Variations
Color information
#313CC2 (or 0x313CC2) is known color: Persian Blue. HEX triplet: 31, 3C and C2. RGB value is (49,60,194). Sum of RGB (Red+Green+Blue) = 49+60+194=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 194 (76.17% from 255 or 64.03% from 303); Max value from RGB is 194 - color contains mainly: blue. Hex color #313CC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313CC2 is #CEC33D. Grayscale: #474747. Windows color (decimal): -13550398 or 12729393. OLE color: 12729393.
HSL color Cylindrical-coordinate representation of color #313CC2: hue angle of 235.45º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #313CC2 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 60 | 194 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.24 |
| HSL | 235.45º | 0.6% | 0.48% | - |
| HSV(B) | 235.45º | 0.75% | 0.76% | - |
| XYZ | 12.62 | 7.78 | 51.88 | - |
| YUV | 71.99 | 196.86 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 194 | 0.75 | 0.69 | 0 | 0.24 | 235.45 | 0.6 | 0.48 |
| Hex | 31 | 3C | C2 | 4B | 45 | 0 | 18 | EB | 3C | 30 |
| Octal | 61 | 74 | 302 | 113 | 105 | 0 | 30 | 353 | 74 | 60 |
| Binary | 110001 | 111100 | 11000010 | 1001011 | 1000101 | 0 | 11000 | 11101011 | 111100 | 110000 |
Color Harmonies of #313CC2
Complementary color
Monochromatic Colors of #313CC2
Black with #313CC2
Text Example
Text Example
White with #313CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313CC2; }
p { color: rgb(49,60,194); }
H1.HeaderClassName
{
color: #313CC2;
}
.AnyTagClassName
{
color: #313CC2;
}
</style>
background-color css
<style>
a { background-color: #313CC2; }
a { background-color: rgb(49,60,194); }
div.DivClassName
{
background-color: #313CC2;
}
.BgClassName
{
background-color: #313CC2;
}
</style>
border-color css
<style>
span { border-color: #313CC2; }
span { border-color: rgb(49,60,194); }
td.TdClassName
{
border-color: #313CC2;
}
.TagClassName
{
border-color: #313CC2;
}
</style>