Shades of Persian Blue #3136B8
Tints of Persian Blue #3136B8
RGB
CMYK
RGB Variations
Color information
#3136B8 (or 0x3136B8) is known color: Persian Blue. HEX triplet: 31, 36 and B8. RGB value is (49,54,184). Sum of RGB (Red+Green+Blue) = 49+54+184=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 184 (72.27% from 255 or 64.11% from 287); Max value from RGB is 184 - color contains mainly: blue. Hex color #3136B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3136B8 is #CEC947. Grayscale: #424242. Windows color (decimal): -13551944 or 12072497. OLE color: 12072497.
HSL color Cylindrical-coordinate representation of color #3136B8: hue angle of 237.78º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3136B8 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 54 | 184 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.28 |
| HSL | 237.78º | 0.58% | 0.46% | - |
| HSV(B) | 237.78º | 0.73% | 0.72% | - |
| XYZ | 11.24 | 6.75 | 46.06 | - |
| YUV | 67.33 | 193.84 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 54 | 184 | 0.73 | 0.71 | 0 | 0.28 | 237.78 | 0.58 | 0.46 |
| Hex | 31 | 36 | B8 | 49 | 47 | 0 | 1C | EE | 3A | 2E |
| Octal | 61 | 66 | 270 | 111 | 107 | 0 | 34 | 356 | 72 | 56 |
| Binary | 110001 | 110110 | 10111000 | 1001001 | 1000111 | 0 | 11100 | 11101110 | 111010 | 101110 |
Color Harmonies of #3136B8
Complementary color
Monochromatic Colors of #3136B8
Black with #3136B8
Text Example
Text Example
White with #3136B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3136B8; }
p { color: rgb(49,54,184); }
H1.HeaderClassName
{
color: #3136B8;
}
.AnyTagClassName
{
color: #3136B8;
}
</style>
background-color css
<style>
a { background-color: #3136B8; }
a { background-color: rgb(49,54,184); }
div.DivClassName
{
background-color: #3136B8;
}
.BgClassName
{
background-color: #3136B8;
}
</style>
border-color css
<style>
span { border-color: #3136B8; }
span { border-color: rgb(49,54,184); }
td.TdClassName
{
border-color: #3136B8;
}
.TagClassName
{
border-color: #3136B8;
}
</style>