Shades of Persian Blue #313BAE
Tints of Persian Blue #313BAE
RGB
CMYK
RGB Variations
Color information
#313BAE (or 0x313BAE) is known color: Persian Blue. HEX triplet: 31, 3B and AE. RGB value is (49,59,174). Sum of RGB (Red+Green+Blue) = 49+59+174=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #313BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313BAE is #CEC451. Grayscale: #444444. Windows color (decimal): -13550674 or 11418417. OLE color: 11418417.
HSL color Cylindrical-coordinate representation of color #313BAE: hue angle of 235.2º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #313BAE is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 59 | 174 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.32 |
| HSL | 235.2º | 0.56% | 0.44% | - |
| HSV(B) | 235.2º | 0.72% | 0.68% | - |
| XYZ | 10.47 | 6.84 | 40.81 | - |
| YUV | 69.12 | 187.19 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 174 | 0.72 | 0.66 | 0 | 0.32 | 235.2 | 0.56 | 0.44 |
| Hex | 31 | 3B | AE | 48 | 42 | 0 | 20 | EB | 38 | 2C |
| Octal | 61 | 73 | 256 | 110 | 102 | 0 | 40 | 353 | 70 | 54 |
| Binary | 110001 | 111011 | 10101110 | 1001000 | 1000010 | 0 | 100000 | 11101011 | 111000 | 101100 |
Color Harmonies of #313BAE
Complementary color
Monochromatic Colors of #313BAE
Black with #313BAE
Text Example
Text Example
White with #313BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313BAE; }
p { color: rgb(49,59,174); }
H1.HeaderClassName
{
color: #313BAE;
}
.AnyTagClassName
{
color: #313BAE;
}
</style>
background-color css
<style>
a { background-color: #313BAE; }
a { background-color: rgb(49,59,174); }
div.DivClassName
{
background-color: #313BAE;
}
.BgClassName
{
background-color: #313BAE;
}
</style>
border-color css
<style>
span { border-color: #313BAE; }
span { border-color: rgb(49,59,174); }
td.TdClassName
{
border-color: #313BAE;
}
.TagClassName
{
border-color: #313BAE;
}
</style>