Shades of Persian Blue #313CB2
Tints of Persian Blue #313CB2
RGB
CMYK
RGB Variations
Color information
#313CB2 (or 0x313CB2) is known color: Persian Blue. HEX triplet: 31, 3C and B2. RGB value is (49,60,178). Sum of RGB (Red+Green+Blue) = 49+60+178=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 178 (69.92% from 255 or 62.02% from 287); Max value from RGB is 178 - color contains mainly: blue. Hex color #313CB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313CB2 is #CEC34D. Grayscale: #454545. Windows color (decimal): -13550414 or 11680817. OLE color: 11680817.
HSL color Cylindrical-coordinate representation of color #313CB2: hue angle of 234.88º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #313CB2 is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 60 | 178 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.30 |
| HSL | 234.88º | 0.57% | 0.45% | - |
| HSV(B) | 234.88º | 0.72% | 0.7% | - |
| XYZ | 10.92 | 7.1 | 42.91 | - |
| YUV | 70.16 | 188.86 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 178 | 0.72 | 0.66 | 0 | 0.30 | 234.88 | 0.57 | 0.45 |
| Hex | 31 | 3C | B2 | 48 | 42 | 0 | 1E | EB | 39 | 2D |
| Octal | 61 | 74 | 262 | 110 | 102 | 0 | 36 | 353 | 71 | 55 |
| Binary | 110001 | 111100 | 10110010 | 1001000 | 1000010 | 0 | 11110 | 11101011 | 111001 | 101101 |
Color Harmonies of #313CB2
Complementary color
Monochromatic Colors of #313CB2
Black with #313CB2
Text Example
Text Example
White with #313CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313CB2; }
p { color: rgb(49,60,178); }
H1.HeaderClassName
{
color: #313CB2;
}
.AnyTagClassName
{
color: #313CB2;
}
</style>
background-color css
<style>
a { background-color: #313CB2; }
a { background-color: rgb(49,60,178); }
div.DivClassName
{
background-color: #313CB2;
}
.BgClassName
{
background-color: #313CB2;
}
</style>
border-color css
<style>
span { border-color: #313CB2; }
span { border-color: rgb(49,60,178); }
td.TdClassName
{
border-color: #313CB2;
}
.TagClassName
{
border-color: #313CB2;
}
</style>