Shades of Persian Blue #313BBB
Tints of Persian Blue #313BBB
RGB
CMYK
RGB Variations
Color information
#313BBB (or 0x313BBB) is known color: Persian Blue. HEX triplet: 31, 3B and BB. RGB value is (49,59,187). Sum of RGB (Red+Green+Blue) = 49+59+187=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #313BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313BBB is #CEC444. Grayscale: #464646. Windows color (decimal): -13550661 or 12270385. OLE color: 12270385.
HSL color Cylindrical-coordinate representation of color #313BBB: hue angle of 235.65º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #313BBB is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 59 | 187 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.27 |
| HSL | 235.65º | 0.58% | 0.46% | - |
| HSV(B) | 235.65º | 0.74% | 0.73% | - |
| XYZ | 11.8 | 7.37 | 47.81 | - |
| YUV | 70.6 | 193.69 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 187 | 0.74 | 0.68 | 0 | 0.27 | 235.65 | 0.58 | 0.46 |
| Hex | 31 | 3B | BB | 4A | 44 | 0 | 1B | EC | 3A | 2E |
| Octal | 61 | 73 | 273 | 112 | 104 | 0 | 33 | 354 | 72 | 56 |
| Binary | 110001 | 111011 | 10111011 | 1001010 | 1000100 | 0 | 11011 | 11101100 | 111010 | 101110 |
Color Harmonies of #313BBB
Complementary color
Monochromatic Colors of #313BBB
Black with #313BBB
Text Example
Text Example
White with #313BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313BBB; }
p { color: rgb(49,59,187); }
H1.HeaderClassName
{
color: #313BBB;
}
.AnyTagClassName
{
color: #313BBB;
}
</style>
background-color css
<style>
a { background-color: #313BBB; }
a { background-color: rgb(49,59,187); }
div.DivClassName
{
background-color: #313BBB;
}
.BgClassName
{
background-color: #313BBB;
}
</style>
border-color css
<style>
span { border-color: #313BBB; }
span { border-color: rgb(49,59,187); }
td.TdClassName
{
border-color: #313BBB;
}
.TagClassName
{
border-color: #313BBB;
}
</style>