Shades of Persian Blue #313ACE
Tints of Persian Blue #313ACE
RGB
CMYK
RGB Variations
Color information
#313ACE (or 0x313ACE) is known color: Persian Blue. HEX triplet: 31, 3A and CE. RGB value is (49,58,206). Sum of RGB (Red+Green+Blue) = 49+58+206=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #313ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313ACE is #CEC531. Grayscale: #474747. Windows color (decimal): -13550898 or 13515313. OLE color: 13515313.
HSL color Cylindrical-coordinate representation of color #313ACE: hue angle of 236.56º 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 #313ACE is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 58 | 206 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.19 |
| HSL | 236.56º | 0.62% | 0.5% | - |
| HSV(B) | 236.56º | 0.76% | 0.81% | - |
| XYZ | 13.92 | 8.14 | 59.23 | - |
| YUV | 72.18 | 203.52 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 206 | 0.76 | 0.72 | 0 | 0.19 | 236.56 | 0.62 | 0.5 |
| Hex | 31 | 3A | CE | 4C | 48 | 0 | 13 | ED | 3E | 32 |
| Octal | 61 | 72 | 316 | 114 | 110 | 0 | 23 | 355 | 76 | 62 |
| Binary | 110001 | 111010 | 11001110 | 1001100 | 1001000 | 0 | 10011 | 11101101 | 111110 | 110010 |
Color Harmonies of #313ACE
Complementary color
Monochromatic Colors of #313ACE
Black with #313ACE
Text Example
Text Example
White with #313ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313ACE; }
p { color: rgb(49,58,206); }
H1.HeaderClassName
{
color: #313ACE;
}
.AnyTagClassName
{
color: #313ACE;
}
</style>
background-color css
<style>
a { background-color: #313ACE; }
a { background-color: rgb(49,58,206); }
div.DivClassName
{
background-color: #313ACE;
}
.BgClassName
{
background-color: #313ACE;
}
</style>
border-color css
<style>
span { border-color: #313ACE; }
span { border-color: rgb(49,58,206); }
td.TdClassName
{
border-color: #313ACE;
}
.TagClassName
{
border-color: #313ACE;
}
</style>