Shades of Persian Blue #3139BC
Tints of Persian Blue #3139BC
RGB
CMYK
RGB Variations
Color information
#3139BC (or 0x3139BC) is known color: Persian Blue. HEX triplet: 31, 39 and BC. RGB value is (49,57,188). Sum of RGB (Red+Green+Blue) = 49+57+188=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #3139BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3139BC is #CEC643. Grayscale: #454545. Windows color (decimal): -13551172 or 12335409. OLE color: 12335409.
HSL color Cylindrical-coordinate representation of color #3139BC: hue angle of 236.55º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3139BC is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 57 | 188 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.26 |
| HSL | 236.55º | 0.59% | 0.46% | - |
| HSV(B) | 236.55º | 0.74% | 0.74% | - |
| XYZ | 11.81 | 7.21 | 48.35 | - |
| YUV | 69.54 | 194.85 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 188 | 0.74 | 0.70 | 0 | 0.26 | 236.55 | 0.59 | 0.46 |
| Hex | 31 | 39 | BC | 4A | 46 | 0 | 1A | ED | 3B | 2E |
| Octal | 61 | 71 | 274 | 112 | 106 | 0 | 32 | 355 | 73 | 56 |
| Binary | 110001 | 111001 | 10111100 | 1001010 | 1000110 | 0 | 11010 | 11101101 | 111011 | 101110 |
Color Harmonies of #3139BC
Complementary color
Monochromatic Colors of #3139BC
Black with #3139BC
Text Example
Text Example
White with #3139BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3139BC; }
p { color: rgb(49,57,188); }
H1.HeaderClassName
{
color: #3139BC;
}
.AnyTagClassName
{
color: #3139BC;
}
</style>
background-color css
<style>
a { background-color: #3139BC; }
a { background-color: rgb(49,57,188); }
div.DivClassName
{
background-color: #3139BC;
}
.BgClassName
{
background-color: #3139BC;
}
</style>
border-color css
<style>
span { border-color: #3139BC; }
span { border-color: rgb(49,57,188); }
td.TdClassName
{
border-color: #3139BC;
}
.TagClassName
{
border-color: #3139BC;
}
</style>