Shades of Persian Blue #3136CE
Tints of Persian Blue #3136CE
RGB
CMYK
RGB Variations
Color information
#3136CE (or 0x3136CE) is known color: Persian Blue. HEX triplet: 31, 36 and CE. RGB value is (49,54,206). Sum of RGB (Red+Green+Blue) = 49+54+206=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #3136CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3136CE is #CEC931. Grayscale: #454545. Windows color (decimal): -13551922 or 13514289. OLE color: 13514289.
HSL color Cylindrical-coordinate representation of color #3136CE: hue angle of 238.09º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3136CE is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 54 | 206 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.19 |
| HSL | 238.09º | 0.62% | 0.5% | - |
| HSV(B) | 238.09º | 0.76% | 0.81% | - |
| XYZ | 13.73 | 7.75 | 59.16 | - |
| YUV | 69.83 | 204.84 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 54 | 206 | 0.76 | 0.74 | 0 | 0.19 | 238.09 | 0.62 | 0.5 |
| Hex | 31 | 36 | CE | 4C | 4A | 0 | 13 | EE | 3E | 32 |
| Octal | 61 | 66 | 316 | 114 | 112 | 0 | 23 | 356 | 76 | 62 |
| Binary | 110001 | 110110 | 11001110 | 1001100 | 1001010 | 0 | 10011 | 11101110 | 111110 | 110010 |
Color Harmonies of #3136CE
Complementary color
Monochromatic Colors of #3136CE
Black with #3136CE
Text Example
Text Example
White with #3136CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3136CE; }
p { color: rgb(49,54,206); }
H1.HeaderClassName
{
color: #3136CE;
}
.AnyTagClassName
{
color: #3136CE;
}
</style>
background-color css
<style>
a { background-color: #3136CE; }
a { background-color: rgb(49,54,206); }
div.DivClassName
{
background-color: #3136CE;
}
.BgClassName
{
background-color: #3136CE;
}
</style>
border-color css
<style>
span { border-color: #3136CE; }
span { border-color: rgb(49,54,206); }
td.TdClassName
{
border-color: #3136CE;
}
.TagClassName
{
border-color: #3136CE;
}
</style>