Shades of Persian Blue #3114BD
Tints of Persian Blue #3114BD
RGB
CMYK
RGB Variations
Color information
#3114BD (or 0x3114BD) is known color: Persian Blue. HEX triplet: 31, 14 and BD. RGB value is (49,20,189). Sum of RGB (Red+Green+Blue) = 49+20+189=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 189 (74.22% from 255 or 73.26% from 258); Max value from RGB is 189 - color contains mainly: blue. Hex color #3114BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3114BD is #CEEB42. Grayscale: #2F2F2F. Windows color (decimal): -13560643 or 12391473. OLE color: 12391473.
HSL color Cylindrical-coordinate representation of color #3114BD: hue angle of 250.3º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3114BD is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 20 | 189 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.26 |
| HSL | 250.3º | 0.81% | 0.41% | - |
| HSV(B) | 250.3º | 0.89% | 0.74% | - |
| XYZ | 10.7 | 4.83 | 48.51 | - |
| YUV | 47.94 | 207.61 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 20 | 189 | 0.74 | 0.89 | 0 | 0.26 | 250.3 | 0.81 | 0.41 |
| Hex | 31 | 14 | BD | 4A | 59 | 0 | 1A | FA | 51 | 29 |
| Octal | 61 | 24 | 275 | 112 | 131 | 0 | 32 | 372 | 121 | 51 |
| Binary | 110001 | 10100 | 10111101 | 1001010 | 1011001 | 0 | 11010 | 11111010 | 1010001 | 101001 |
Color Harmonies of #3114BD
Complementary color
Monochromatic Colors of #3114BD
Black with #3114BD
Text Example
Text Example
White with #3114BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3114BD; }
p { color: rgb(49,20,189); }
H1.HeaderClassName
{
color: #3114BD;
}
.AnyTagClassName
{
color: #3114BD;
}
</style>
background-color css
<style>
a { background-color: #3114BD; }
a { background-color: rgb(49,20,189); }
div.DivClassName
{
background-color: #3114BD;
}
.BgClassName
{
background-color: #3114BD;
}
</style>
border-color css
<style>
span { border-color: #3114BD; }
span { border-color: rgb(49,20,189); }
td.TdClassName
{
border-color: #3114BD;
}
.TagClassName
{
border-color: #3114BD;
}
</style>