Shades of Persian Blue #351DB3
Tints of Persian Blue #351DB3
RGB
CMYK
RGB Variations
Color information
#351DB3 (or 0x351DB3) is known color: Persian Blue. HEX triplet: 35, 1D and B3. RGB value is (53,29,179). Sum of RGB (Red+Green+Blue) = 53+29+179=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 179 (70.31% from 255 or 68.58% from 261); Max value from RGB is 179 - color contains mainly: blue. Hex color #351DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351DB3 is #CAE24C. Grayscale: #343434. Windows color (decimal): -13296205 or 11738421. OLE color: 11738421.
HSL color Cylindrical-coordinate representation of color #351DB3: hue angle of 249.6º 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 #351DB3 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 53 | 29 | 179 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.30 |
| HSL | 249.6º | 0.72% | 0.41% | - |
| HSV(B) | 249.6º | 0.84% | 0.7% | - |
| XYZ | 10.04 | 4.89 | 43.06 | - |
| YUV | 53.28 | 198.95 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 179 | 0.70 | 0.84 | 0 | 0.30 | 249.6 | 0.72 | 0.41 |
| Hex | 35 | 1D | B3 | 46 | 54 | 0 | 1E | FA | 48 | 29 |
| Octal | 65 | 35 | 263 | 106 | 124 | 0 | 36 | 372 | 110 | 51 |
| Binary | 110101 | 11101 | 10110011 | 1000110 | 1010100 | 0 | 11110 | 11111010 | 1001000 | 101001 |
Color Harmonies of #351DB3
Complementary color
Monochromatic Colors of #351DB3
Black with #351DB3
Text Example
Text Example
White with #351DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351DB3; }
p { color: rgb(53,29,179); }
H1.HeaderClassName
{
color: #351DB3;
}
.AnyTagClassName
{
color: #351DB3;
}
</style>
background-color css
<style>
a { background-color: #351DB3; }
a { background-color: rgb(53,29,179); }
div.DivClassName
{
background-color: #351DB3;
}
.BgClassName
{
background-color: #351DB3;
}
</style>
border-color css
<style>
span { border-color: #351DB3; }
span { border-color: rgb(53,29,179); }
td.TdClassName
{
border-color: #351DB3;
}
.TagClassName
{
border-color: #351DB3;
}
</style>