Shades of Persian Blue #3137BC
Tints of Persian Blue #3137BC
RGB
CMYK
RGB Variations
Color information
#3137BC (or 0x3137BC) is known color: Persian Blue. HEX triplet: 31, 37 and BC. RGB value is (49,55,188). Sum of RGB (Red+Green+Blue) = 49+55+188=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #3137BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3137BC is #CEC843. Grayscale: #434343. Windows color (decimal): -13551684 or 12334897. OLE color: 12334897.
HSL color Cylindrical-coordinate representation of color #3137BC: hue angle of 237.41º 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 #3137BC is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 55 | 188 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.26 |
| HSL | 237.41º | 0.59% | 0.46% | - |
| HSV(B) | 237.41º | 0.74% | 0.74% | - |
| XYZ | 11.71 | 7.02 | 48.31 | - |
| YUV | 68.37 | 195.51 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 188 | 0.74 | 0.71 | 0 | 0.26 | 237.41 | 0.59 | 0.46 |
| Hex | 31 | 37 | BC | 4A | 47 | 0 | 1A | ED | 3B | 2E |
| Octal | 61 | 67 | 274 | 112 | 107 | 0 | 32 | 355 | 73 | 56 |
| Binary | 110001 | 110111 | 10111100 | 1001010 | 1000111 | 0 | 11010 | 11101101 | 111011 | 101110 |
Color Harmonies of #3137BC
Complementary color
Monochromatic Colors of #3137BC
Black with #3137BC
Text Example
Text Example
White with #3137BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3137BC; }
p { color: rgb(49,55,188); }
H1.HeaderClassName
{
color: #3137BC;
}
.AnyTagClassName
{
color: #3137BC;
}
</style>
background-color css
<style>
a { background-color: #3137BC; }
a { background-color: rgb(49,55,188); }
div.DivClassName
{
background-color: #3137BC;
}
.BgClassName
{
background-color: #3137BC;
}
</style>
border-color css
<style>
span { border-color: #3137BC; }
span { border-color: rgb(49,55,188); }
td.TdClassName
{
border-color: #3137BC;
}
.TagClassName
{
border-color: #3137BC;
}
</style>