Shades of Persian Blue #313EAA
Tints of Persian Blue #313EAA
RGB
CMYK
RGB Variations
Color information
#313EAA (or 0x313EAA) is known color: Persian Blue. HEX triplet: 31, 3E and AA. RGB value is (49,62,170). Sum of RGB (Red+Green+Blue) = 49+62+170=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #313EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313EAA is #CEC155. Grayscale: #454545. Windows color (decimal): -13549910 or 11157041. OLE color: 11157041.
HSL color Cylindrical-coordinate representation of color #313EAA: hue angle of 233.55º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #313EAA is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 62 | 170 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.33 |
| HSL | 233.55º | 0.55% | 0.43% | - |
| HSV(B) | 233.55º | 0.71% | 0.67% | - |
| XYZ | 10.24 | 7 | 38.84 | - |
| YUV | 70.43 | 184.19 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 170 | 0.71 | 0.64 | 0 | 0.33 | 233.55 | 0.55 | 0.43 |
| Hex | 31 | 3E | AA | 47 | 40 | 0 | 21 | EA | 37 | 2B |
| Octal | 61 | 76 | 252 | 107 | 100 | 0 | 41 | 352 | 67 | 53 |
| Binary | 110001 | 111110 | 10101010 | 1000111 | 1000000 | 0 | 100001 | 11101010 | 110111 | 101011 |
Color Harmonies of #313EAA
Complementary color
Monochromatic Colors of #313EAA
Black with #313EAA
Text Example
Text Example
White with #313EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313EAA; }
p { color: rgb(49,62,170); }
H1.HeaderClassName
{
color: #313EAA;
}
.AnyTagClassName
{
color: #313EAA;
}
</style>
background-color css
<style>
a { background-color: #313EAA; }
a { background-color: rgb(49,62,170); }
div.DivClassName
{
background-color: #313EAA;
}
.BgClassName
{
background-color: #313EAA;
}
</style>
border-color css
<style>
span { border-color: #313EAA; }
span { border-color: rgb(49,62,170); }
td.TdClassName
{
border-color: #313EAA;
}
.TagClassName
{
border-color: #313EAA;
}
</style>