Shades of Persian Blue #313ED0
Tints of Persian Blue #313ED0
RGB
CMYK
RGB Variations
Color information
#313ED0 (or 0x313ED0) is known color: Persian Blue. HEX triplet: 31, 3E and D0. RGB value is (49,62,208). Sum of RGB (Red+Green+Blue) = 49+62+208=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 208 (81.64% from 255 or 65.20% from 319); Max value from RGB is 208 - color contains mainly: blue. Hex color #313ED0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313ED0 is #CEC12F. Grayscale: #4A4A4A. Windows color (decimal): -13549872 or 13647409. OLE color: 13647409.
HSL color Cylindrical-coordinate representation of color #313ED0: hue angle of 235.09º 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 #313ED0 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 62 | 208 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.18 |
| HSL | 235.09º | 0.63% | 0.5% | - |
| HSV(B) | 235.09º | 0.76% | 0.82% | - |
| XYZ | 14.37 | 8.65 | 60.59 | - |
| YUV | 74.76 | 203.19 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 208 | 0.76 | 0.70 | 0 | 0.18 | 235.09 | 0.63 | 0.5 |
| Hex | 31 | 3E | D0 | 4C | 46 | 0 | 12 | EB | 3F | 32 |
| Octal | 61 | 76 | 320 | 114 | 106 | 0 | 22 | 353 | 77 | 62 |
| Binary | 110001 | 111110 | 11010000 | 1001100 | 1000110 | 0 | 10010 | 11101011 | 111111 | 110010 |
Color Harmonies of #313ED0
Complementary color
Monochromatic Colors of #313ED0
Black with #313ED0
Text Example
Text Example
White with #313ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313ED0; }
p { color: rgb(49,62,208); }
H1.HeaderClassName
{
color: #313ED0;
}
.AnyTagClassName
{
color: #313ED0;
}
</style>
background-color css
<style>
a { background-color: #313ED0; }
a { background-color: rgb(49,62,208); }
div.DivClassName
{
background-color: #313ED0;
}
.BgClassName
{
background-color: #313ED0;
}
</style>
border-color css
<style>
span { border-color: #313ED0; }
span { border-color: rgb(49,62,208); }
td.TdClassName
{
border-color: #313ED0;
}
.TagClassName
{
border-color: #313ED0;
}
</style>