Shades of Persian Blue #313FBA
Tints of Persian Blue #313FBA
RGB
CMYK
RGB Variations
Color information
#313FBA (or 0x313FBA) is known color: Persian Blue. HEX triplet: 31, 3F and BA. RGB value is (49,63,186). Sum of RGB (Red+Green+Blue) = 49+63+186=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #313FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313FBA is #CEC045. Grayscale: #484848. Windows color (decimal): -13549638 or 12205873. OLE color: 12205873.
HSL color Cylindrical-coordinate representation of color #313FBA: hue angle of 233.87º 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 #313FBA is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 63 | 186 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.27 |
| HSL | 233.87º | 0.58% | 0.46% | - |
| HSV(B) | 233.87º | 0.74% | 0.73% | - |
| XYZ | 11.91 | 7.75 | 47.32 | - |
| YUV | 72.84 | 191.86 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 186 | 0.74 | 0.66 | 0 | 0.27 | 233.87 | 0.58 | 0.46 |
| Hex | 31 | 3F | BA | 4A | 42 | 0 | 1B | EA | 3A | 2E |
| Octal | 61 | 77 | 272 | 112 | 102 | 0 | 33 | 352 | 72 | 56 |
| Binary | 110001 | 111111 | 10111010 | 1001010 | 1000010 | 0 | 11011 | 11101010 | 111010 | 101110 |
Color Harmonies of #313FBA
Complementary color
Monochromatic Colors of #313FBA
Black with #313FBA
Text Example
Text Example
White with #313FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313FBA; }
p { color: rgb(49,63,186); }
H1.HeaderClassName
{
color: #313FBA;
}
.AnyTagClassName
{
color: #313FBA;
}
</style>
background-color css
<style>
a { background-color: #313FBA; }
a { background-color: rgb(49,63,186); }
div.DivClassName
{
background-color: #313FBA;
}
.BgClassName
{
background-color: #313FBA;
}
</style>
border-color css
<style>
span { border-color: #313FBA; }
span { border-color: rgb(49,63,186); }
td.TdClassName
{
border-color: #313FBA;
}
.TagClassName
{
border-color: #313FBA;
}
</style>