Shades of Persian Blue #3616BB
Tints of Persian Blue #3616BB
RGB
CMYK
RGB Variations
Color information
#3616BB (or 0x3616BB) is known color: Persian Blue. HEX triplet: 36, 16 and BB. RGB value is (54,22,187). Sum of RGB (Red+Green+Blue) = 54+22+187=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 187 (73.44% from 255 or 71.10% from 263); Max value from RGB is 187 - color contains mainly: blue. Hex color #3616BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3616BB is #C9E944. Grayscale: #313131. Windows color (decimal): -13232453 or 12260918. OLE color: 12260918.
HSL color Cylindrical-coordinate representation of color #3616BB: hue angle of 251.64º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3616BB is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 22 | 187 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.27 |
| HSL | 251.64º | 0.79% | 0.41% | - |
| HSV(B) | 251.64º | 0.88% | 0.73% | - |
| XYZ | 10.78 | 4.95 | 47.4 | - |
| YUV | 50.38 | 205.1 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 22 | 187 | 0.71 | 0.88 | 0 | 0.27 | 251.64 | 0.79 | 0.41 |
| Hex | 36 | 16 | BB | 47 | 58 | 0 | 1B | FC | 4F | 29 |
| Octal | 66 | 26 | 273 | 107 | 130 | 0 | 33 | 374 | 117 | 51 |
| Binary | 110110 | 10110 | 10111011 | 1000111 | 1011000 | 0 | 11011 | 11111100 | 1001111 | 101001 |
Color Harmonies of #3616BB
Complementary color
Monochromatic Colors of #3616BB
Black with #3616BB
Text Example
Text Example
White with #3616BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3616BB; }
p { color: rgb(54,22,187); }
H1.HeaderClassName
{
color: #3616BB;
}
.AnyTagClassName
{
color: #3616BB;
}
</style>
background-color css
<style>
a { background-color: #3616BB; }
a { background-color: rgb(54,22,187); }
div.DivClassName
{
background-color: #3616BB;
}
.BgClassName
{
background-color: #3616BB;
}
</style>
border-color css
<style>
span { border-color: #3616BB; }
span { border-color: rgb(54,22,187); }
td.TdClassName
{
border-color: #3616BB;
}
.TagClassName
{
border-color: #3616BB;
}
</style>