Shades of Persian Blue #351BBB
Tints of Persian Blue #351BBB
RGB
CMYK
RGB Variations
Color information
#351BBB (or 0x351BBB) is known color: Persian Blue. HEX triplet: 35, 1B and BB. RGB value is (53,27,187). Sum of RGB (Red+Green+Blue) = 53+27+187=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 187 (73.44% from 255 or 70.04% from 267); Max value from RGB is 187 - color contains mainly: blue. Hex color #351BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351BBB is #CAE444. Grayscale: #343434. Windows color (decimal): -13296709 or 12262197. OLE color: 12262197.
HSL color Cylindrical-coordinate representation of color #351BBB: hue angle of 249.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351BBB is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 27 | 187 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.27 |
| HSL | 249.75º | 0.75% | 0.42% | - |
| HSV(B) | 249.75º | 0.86% | 0.73% | - |
| XYZ | 10.83 | 5.13 | 47.43 | - |
| YUV | 53.01 | 203.61 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 27 | 187 | 0.72 | 0.86 | 0 | 0.27 | 249.75 | 0.75 | 0.42 |
| Hex | 35 | 1B | BB | 48 | 56 | 0 | 1B | FA | 4B | 2A |
| Octal | 65 | 33 | 273 | 110 | 126 | 0 | 33 | 372 | 113 | 52 |
| Binary | 110101 | 11011 | 10111011 | 1001000 | 1010110 | 0 | 11011 | 11111010 | 1001011 | 101010 |
Color Harmonies of #351BBB
Complementary color
Monochromatic Colors of #351BBB
Black with #351BBB
Text Example
Text Example
White with #351BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351BBB; }
p { color: rgb(53,27,187); }
H1.HeaderClassName
{
color: #351BBB;
}
.AnyTagClassName
{
color: #351BBB;
}
</style>
background-color css
<style>
a { background-color: #351BBB; }
a { background-color: rgb(53,27,187); }
div.DivClassName
{
background-color: #351BBB;
}
.BgClassName
{
background-color: #351BBB;
}
</style>
border-color css
<style>
span { border-color: #351BBB; }
span { border-color: rgb(53,27,187); }
td.TdClassName
{
border-color: #351BBB;
}
.TagClassName
{
border-color: #351BBB;
}
</style>