Shades of Persian Blue #3136BD
Tints of Persian Blue #3136BD
RGB
CMYK
RGB Variations
Color information
#3136BD (or 0x3136BD) is known color: Persian Blue. HEX triplet: 31, 36 and BD. RGB value is (49,54,189). Sum of RGB (Red+Green+Blue) = 49+54+189=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #3136BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3136BD is #CEC942. Grayscale: #434343. Windows color (decimal): -13551939 or 12400177. OLE color: 12400177.
HSL color Cylindrical-coordinate representation of color #3136BD: hue angle of 237.86º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3136BD is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 54 | 189 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.26 |
| HSL | 237.86º | 0.59% | 0.47% | - |
| HSV(B) | 237.86º | 0.74% | 0.74% | - |
| XYZ | 11.77 | 6.97 | 48.87 | - |
| YUV | 67.9 | 196.34 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 54 | 189 | 0.74 | 0.71 | 0 | 0.26 | 237.86 | 0.59 | 0.47 |
| Hex | 31 | 36 | BD | 4A | 47 | 0 | 1A | EE | 3B | 2F |
| Octal | 61 | 66 | 275 | 112 | 107 | 0 | 32 | 356 | 73 | 57 |
| Binary | 110001 | 110110 | 10111101 | 1001010 | 1000111 | 0 | 11010 | 11101110 | 111011 | 101111 |
Color Harmonies of #3136BD
Complementary color
Monochromatic Colors of #3136BD
Black with #3136BD
Text Example
Text Example
White with #3136BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3136BD; }
p { color: rgb(49,54,189); }
H1.HeaderClassName
{
color: #3136BD;
}
.AnyTagClassName
{
color: #3136BD;
}
</style>
background-color css
<style>
a { background-color: #3136BD; }
a { background-color: rgb(49,54,189); }
div.DivClassName
{
background-color: #3136BD;
}
.BgClassName
{
background-color: #3136BD;
}
</style>
border-color css
<style>
span { border-color: #3136BD; }
span { border-color: rgb(49,54,189); }
td.TdClassName
{
border-color: #3136BD;
}
.TagClassName
{
border-color: #3136BD;
}
</style>