Shades of Persian Blue #313DAE
Tints of Persian Blue #313DAE
RGB
CMYK
RGB Variations
Color information
#313DAE (or 0x313DAE) is known color: Persian Blue. HEX triplet: 31, 3D and AE. RGB value is (49,61,174). Sum of RGB (Red+Green+Blue) = 49+61+174=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #313DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313DAE is #CEC251. Grayscale: #454545. Windows color (decimal): -13550162 or 11418929. OLE color: 11418929.
HSL color Cylindrical-coordinate representation of color #313DAE: hue angle of 234.24º 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 #313DAE is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 61 | 174 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.32 |
| HSL | 234.24º | 0.56% | 0.44% | - |
| HSV(B) | 234.24º | 0.72% | 0.68% | - |
| XYZ | 10.58 | 7.05 | 40.85 | - |
| YUV | 70.29 | 186.52 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 174 | 0.72 | 0.65 | 0 | 0.32 | 234.24 | 0.56 | 0.44 |
| Hex | 31 | 3D | AE | 48 | 41 | 0 | 20 | EA | 38 | 2C |
| Octal | 61 | 75 | 256 | 110 | 101 | 0 | 40 | 352 | 70 | 54 |
| Binary | 110001 | 111101 | 10101110 | 1001000 | 1000001 | 0 | 100000 | 11101010 | 111000 | 101100 |
Color Harmonies of #313DAE
Complementary color
Monochromatic Colors of #313DAE
Black with #313DAE
Text Example
Text Example
White with #313DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313DAE; }
p { color: rgb(49,61,174); }
H1.HeaderClassName
{
color: #313DAE;
}
.AnyTagClassName
{
color: #313DAE;
}
</style>
background-color css
<style>
a { background-color: #313DAE; }
a { background-color: rgb(49,61,174); }
div.DivClassName
{
background-color: #313DAE;
}
.BgClassName
{
background-color: #313DAE;
}
</style>
border-color css
<style>
span { border-color: #313DAE; }
span { border-color: rgb(49,61,174); }
td.TdClassName
{
border-color: #313DAE;
}
.TagClassName
{
border-color: #313DAE;
}
</style>