Shades of Persian Blue #3136CA
Tints of Persian Blue #3136CA
RGB
CMYK
RGB Variations
Color information
#3136CA (or 0x3136CA) is known color: Persian Blue. HEX triplet: 31, 36 and CA. RGB value is (49,54,202). Sum of RGB (Red+Green+Blue) = 49+54+202=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #3136CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3136CA is #CEC935. Grayscale: #444444. Windows color (decimal): -13551926 or 13252145. OLE color: 13252145.
HSL color Cylindrical-coordinate representation of color #3136CA: hue angle of 238.04º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3136CA is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 54 | 202 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.21 |
| HSL | 238.04º | 0.61% | 0.49% | - |
| HSV(B) | 238.04º | 0.76% | 0.79% | - |
| XYZ | 13.25 | 7.56 | 56.64 | - |
| YUV | 69.38 | 202.84 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 54 | 202 | 0.76 | 0.73 | 0 | 0.21 | 238.04 | 0.61 | 0.49 |
| Hex | 31 | 36 | CA | 4C | 49 | 0 | 15 | EE | 3D | 31 |
| Octal | 61 | 66 | 312 | 114 | 111 | 0 | 25 | 356 | 75 | 61 |
| Binary | 110001 | 110110 | 11001010 | 1001100 | 1001001 | 0 | 10101 | 11101110 | 111101 | 110001 |
Color Harmonies of #3136CA
Complementary color
Monochromatic Colors of #3136CA
Black with #3136CA
Text Example
Text Example
White with #3136CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3136CA; }
p { color: rgb(49,54,202); }
H1.HeaderClassName
{
color: #3136CA;
}
.AnyTagClassName
{
color: #3136CA;
}
</style>
background-color css
<style>
a { background-color: #3136CA; }
a { background-color: rgb(49,54,202); }
div.DivClassName
{
background-color: #3136CA;
}
.BgClassName
{
background-color: #3136CA;
}
</style>
border-color css
<style>
span { border-color: #3136CA; }
span { border-color: rgb(49,54,202); }
td.TdClassName
{
border-color: #3136CA;
}
.TagClassName
{
border-color: #3136CA;
}
</style>