Shades of Persian Blue #3140BA
Tints of Persian Blue #3140BA
RGB
CMYK
RGB Variations
Color information
#3140BA (or 0x3140BA) is known color: Persian Blue. HEX triplet: 31, 40 and BA. RGB value is (49,64,186). Sum of RGB (Red+Green+Blue) = 49+64+186=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #3140BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3140BA is #CEBF45. Grayscale: #484848. Windows color (decimal): -13549382 or 12206129. OLE color: 12206129.
HSL color Cylindrical-coordinate representation of color #3140BA: hue angle of 233.43º 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 #3140BA is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 64 | 186 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.27 |
| HSL | 233.43º | 0.58% | 0.46% | - |
| HSV(B) | 233.43º | 0.74% | 0.73% | - |
| XYZ | 11.96 | 7.86 | 47.34 | - |
| YUV | 73.42 | 191.53 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 186 | 0.74 | 0.66 | 0 | 0.27 | 233.43 | 0.58 | 0.46 |
| Hex | 31 | 40 | BA | 4A | 42 | 0 | 1B | E9 | 3A | 2E |
| Octal | 61 | 100 | 272 | 112 | 102 | 0 | 33 | 351 | 72 | 56 |
| Binary | 110001 | 1000000 | 10111010 | 1001010 | 1000010 | 0 | 11011 | 11101001 | 111010 | 101110 |
Color Harmonies of #3140BA
Complementary color
Monochromatic Colors of #3140BA
Black with #3140BA
Text Example
Text Example
White with #3140BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3140BA; }
p { color: rgb(49,64,186); }
H1.HeaderClassName
{
color: #3140BA;
}
.AnyTagClassName
{
color: #3140BA;
}
</style>
background-color css
<style>
a { background-color: #3140BA; }
a { background-color: rgb(49,64,186); }
div.DivClassName
{
background-color: #3140BA;
}
.BgClassName
{
background-color: #3140BA;
}
</style>
border-color css
<style>
span { border-color: #3140BA; }
span { border-color: rgb(49,64,186); }
td.TdClassName
{
border-color: #3140BA;
}
.TagClassName
{
border-color: #3140BA;
}
</style>