Shades of Persian Blue #313BB2
Tints of Persian Blue #313BB2
RGB
CMYK
RGB Variations
Color information
#313BB2 (or 0x313BB2) is known color: Persian Blue. HEX triplet: 31, 3B and B2. RGB value is (49,59,178). Sum of RGB (Red+Green+Blue) = 49+59+178=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 178 (69.92% from 255 or 62.24% from 286); Max value from RGB is 178 - color contains mainly: blue. Hex color #313BB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313BB2 is #CEC44D. Grayscale: #454545. Windows color (decimal): -13550670 or 11680561. OLE color: 11680561.
HSL color Cylindrical-coordinate representation of color #313BB2: hue angle of 235.35º 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 #313BB2 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 59 | 178 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.30 |
| HSL | 235.35º | 0.57% | 0.45% | - |
| HSV(B) | 235.35º | 0.72% | 0.7% | - |
| XYZ | 10.87 | 7 | 42.9 | - |
| YUV | 69.58 | 189.19 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 178 | 0.72 | 0.67 | 0 | 0.30 | 235.35 | 0.57 | 0.45 |
| Hex | 31 | 3B | B2 | 48 | 43 | 0 | 1E | EB | 39 | 2D |
| Octal | 61 | 73 | 262 | 110 | 103 | 0 | 36 | 353 | 71 | 55 |
| Binary | 110001 | 111011 | 10110010 | 1001000 | 1000011 | 0 | 11110 | 11101011 | 111001 | 101101 |
Color Harmonies of #313BB2
Complementary color
Monochromatic Colors of #313BB2
Black with #313BB2
Text Example
Text Example
White with #313BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313BB2; }
p { color: rgb(49,59,178); }
H1.HeaderClassName
{
color: #313BB2;
}
.AnyTagClassName
{
color: #313BB2;
}
</style>
background-color css
<style>
a { background-color: #313BB2; }
a { background-color: rgb(49,59,178); }
div.DivClassName
{
background-color: #313BB2;
}
.BgClassName
{
background-color: #313BB2;
}
</style>
border-color css
<style>
span { border-color: #313BB2; }
span { border-color: rgb(49,59,178); }
td.TdClassName
{
border-color: #313BB2;
}
.TagClassName
{
border-color: #313BB2;
}
</style>