Shades of Persian Blue #313BD0
Tints of Persian Blue #313BD0
RGB
CMYK
RGB Variations
Color information
#313BD0 (or 0x313BD0) is known color: Persian Blue. HEX triplet: 31, 3B and D0. RGB value is (49,59,208). Sum of RGB (Red+Green+Blue) = 49+59+208=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 208 (81.64% from 255 or 65.82% from 316); Max value from RGB is 208 - color contains mainly: blue. Hex color #313BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313BD0 is #CEC42F. Grayscale: #484848. Windows color (decimal): -13550640 or 13646641. OLE color: 13646641.
HSL color Cylindrical-coordinate representation of color #313BD0: hue angle of 236.23º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #313BD0 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 59 | 208 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.18 |
| HSL | 236.23º | 0.63% | 0.5% | - |
| HSV(B) | 236.23º | 0.76% | 0.82% | - |
| XYZ | 14.22 | 8.33 | 60.53 | - |
| YUV | 73 | 204.19 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 208 | 0.76 | 0.72 | 0 | 0.18 | 236.23 | 0.63 | 0.5 |
| Hex | 31 | 3B | D0 | 4C | 48 | 0 | 12 | EC | 3F | 32 |
| Octal | 61 | 73 | 320 | 114 | 110 | 0 | 22 | 354 | 77 | 62 |
| Binary | 110001 | 111011 | 11010000 | 1001100 | 1001000 | 0 | 10010 | 11101100 | 111111 | 110010 |
Color Harmonies of #313BD0
Complementary color
Monochromatic Colors of #313BD0
Black with #313BD0
Text Example
Text Example
White with #313BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313BD0; }
p { color: rgb(49,59,208); }
H1.HeaderClassName
{
color: #313BD0;
}
.AnyTagClassName
{
color: #313BD0;
}
</style>
background-color css
<style>
a { background-color: #313BD0; }
a { background-color: rgb(49,59,208); }
div.DivClassName
{
background-color: #313BD0;
}
.BgClassName
{
background-color: #313BD0;
}
</style>
border-color css
<style>
span { border-color: #313BD0; }
span { border-color: rgb(49,59,208); }
td.TdClassName
{
border-color: #313BD0;
}
.TagClassName
{
border-color: #313BD0;
}
</style>