Shades of Persian Blue #313BCE
Tints of Persian Blue #313BCE
RGB
CMYK
RGB Variations
Color information
#313BCE (or 0x313BCE) is known color: Persian Blue. HEX triplet: 31, 3B and CE. RGB value is (49,59,206). Sum of RGB (Red+Green+Blue) = 49+59+206=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #313BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313BCE is #CEC431. Grayscale: #484848. Windows color (decimal): -13550642 or 13515569. OLE color: 13515569.
HSL color Cylindrical-coordinate representation of color #313BCE: hue angle of 236.18º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #313BCE is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 59 | 206 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.19 |
| HSL | 236.18º | 0.62% | 0.5% | - |
| HSV(B) | 236.18º | 0.76% | 0.81% | - |
| XYZ | 13.97 | 8.24 | 59.25 | - |
| YUV | 72.77 | 203.19 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 206 | 0.76 | 0.71 | 0 | 0.19 | 236.18 | 0.62 | 0.5 |
| Hex | 31 | 3B | CE | 4C | 47 | 0 | 13 | EC | 3E | 32 |
| Octal | 61 | 73 | 316 | 114 | 107 | 0 | 23 | 354 | 76 | 62 |
| Binary | 110001 | 111011 | 11001110 | 1001100 | 1000111 | 0 | 10011 | 11101100 | 111110 | 110010 |
Color Harmonies of #313BCE
Complementary color
Monochromatic Colors of #313BCE
Black with #313BCE
Text Example
Text Example
White with #313BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313BCE; }
p { color: rgb(49,59,206); }
H1.HeaderClassName
{
color: #313BCE;
}
.AnyTagClassName
{
color: #313BCE;
}
</style>
background-color css
<style>
a { background-color: #313BCE; }
a { background-color: rgb(49,59,206); }
div.DivClassName
{
background-color: #313BCE;
}
.BgClassName
{
background-color: #313BCE;
}
</style>
border-color css
<style>
span { border-color: #313BCE; }
span { border-color: rgb(49,59,206); }
td.TdClassName
{
border-color: #313BCE;
}
.TagClassName
{
border-color: #313BCE;
}
</style>