Shades of Persian Blue #313FBB
Tints of Persian Blue #313FBB
RGB
CMYK
RGB Variations
Color information
#313FBB (or 0x313FBB) is known color: Persian Blue. HEX triplet: 31, 3F and BB. RGB value is (49,63,187). Sum of RGB (Red+Green+Blue) = 49+63+187=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #313FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313FBB is #CEC044. Grayscale: #484848. Windows color (decimal): -13549637 or 12271409. OLE color: 12271409.
HSL color Cylindrical-coordinate representation of color #313FBB: hue angle of 233.91º 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 #313FBB is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 63 | 187 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.27 |
| HSL | 233.91º | 0.58% | 0.46% | - |
| HSV(B) | 233.91º | 0.74% | 0.73% | - |
| XYZ | 12.01 | 7.8 | 47.89 | - |
| YUV | 72.95 | 192.36 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 187 | 0.74 | 0.66 | 0 | 0.27 | 233.91 | 0.58 | 0.46 |
| Hex | 31 | 3F | BB | 4A | 42 | 0 | 1B | EA | 3A | 2E |
| Octal | 61 | 77 | 273 | 112 | 102 | 0 | 33 | 352 | 72 | 56 |
| Binary | 110001 | 111111 | 10111011 | 1001010 | 1000010 | 0 | 11011 | 11101010 | 111010 | 101110 |
Color Harmonies of #313FBB
Complementary color
Monochromatic Colors of #313FBB
Black with #313FBB
Text Example
Text Example
White with #313FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313FBB; }
p { color: rgb(49,63,187); }
H1.HeaderClassName
{
color: #313FBB;
}
.AnyTagClassName
{
color: #313FBB;
}
</style>
background-color css
<style>
a { background-color: #313FBB; }
a { background-color: rgb(49,63,187); }
div.DivClassName
{
background-color: #313FBB;
}
.BgClassName
{
background-color: #313FBB;
}
</style>
border-color css
<style>
span { border-color: #313FBB; }
span { border-color: rgb(49,63,187); }
td.TdClassName
{
border-color: #313FBB;
}
.TagClassName
{
border-color: #313FBB;
}
</style>