Shades of Persian Blue #351DB2
Tints of Persian Blue #351DB2
RGB
CMYK
RGB Variations
Color information
#351DB2 (or 0x351DB2) is known color: Persian Blue. HEX triplet: 35, 1D and B2. RGB value is (53,29,178). Sum of RGB (Red+Green+Blue) = 53+29+178=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 178 (69.92% from 255 or 68.46% from 260); Max value from RGB is 178 - color contains mainly: blue. Hex color #351DB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351DB2 is #CAE24D. Grayscale: #343434. Windows color (decimal): -13296206 or 11672885. OLE color: 11672885.
HSL color Cylindrical-coordinate representation of color #351DB2: hue angle of 249.66º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #351DB2 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 53 | 29 | 178 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.30 |
| HSL | 249.66º | 0.72% | 0.41% | - |
| HSV(B) | 249.66º | 0.84% | 0.7% | - |
| XYZ | 9.94 | 4.85 | 42.53 | - |
| YUV | 53.16 | 198.45 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 178 | 0.70 | 0.84 | 0 | 0.30 | 249.66 | 0.72 | 0.41 |
| Hex | 35 | 1D | B2 | 46 | 54 | 0 | 1E | FA | 48 | 29 |
| Octal | 65 | 35 | 262 | 106 | 124 | 0 | 36 | 372 | 110 | 51 |
| Binary | 110101 | 11101 | 10110010 | 1000110 | 1010100 | 0 | 11110 | 11111010 | 1001000 | 101001 |
Color Harmonies of #351DB2
Complementary color
Monochromatic Colors of #351DB2
Black with #351DB2
Text Example
Text Example
White with #351DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351DB2; }
p { color: rgb(53,29,178); }
H1.HeaderClassName
{
color: #351DB2;
}
.AnyTagClassName
{
color: #351DB2;
}
</style>
background-color css
<style>
a { background-color: #351DB2; }
a { background-color: rgb(53,29,178); }
div.DivClassName
{
background-color: #351DB2;
}
.BgClassName
{
background-color: #351DB2;
}
</style>
border-color css
<style>
span { border-color: #351DB2; }
span { border-color: rgb(53,29,178); }
td.TdClassName
{
border-color: #351DB2;
}
.TagClassName
{
border-color: #351DB2;
}
</style>