Shades of Persian Blue #351DAE
Tints of Persian Blue #351DAE
RGB
CMYK
RGB Variations
Color information
#351DAE (or 0x351DAE) is known color: Persian Blue. HEX triplet: 35, 1D and AE. RGB value is (53,29,174). Sum of RGB (Red+Green+Blue) = 53+29+174=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #351DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351DAE is #CAE251. Grayscale: #343434. Windows color (decimal): -13296210 or 11410741. OLE color: 11410741.
HSL color Cylindrical-coordinate representation of color #351DAE: hue angle of 249.93º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #351DAE is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 29 | 174 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.32 |
| HSL | 249.93º | 0.71% | 0.4% | - |
| HSV(B) | 249.93º | 0.83% | 0.68% | - |
| XYZ | 9.55 | 4.69 | 40.45 | - |
| YUV | 52.71 | 196.45 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 174 | 0.70 | 0.83 | 0 | 0.32 | 249.93 | 0.71 | 0.4 |
| Hex | 35 | 1D | AE | 46 | 53 | 0 | 20 | FA | 47 | 28 |
| Octal | 65 | 35 | 256 | 106 | 123 | 0 | 40 | 372 | 107 | 50 |
| Binary | 110101 | 11101 | 10101110 | 1000110 | 1010011 | 0 | 100000 | 11111010 | 1000111 | 101000 |
Color Harmonies of #351DAE
Complementary color
Monochromatic Colors of #351DAE
Black with #351DAE
Text Example
Text Example
White with #351DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351DAE; }
p { color: rgb(53,29,174); }
H1.HeaderClassName
{
color: #351DAE;
}
.AnyTagClassName
{
color: #351DAE;
}
</style>
background-color css
<style>
a { background-color: #351DAE; }
a { background-color: rgb(53,29,174); }
div.DivClassName
{
background-color: #351DAE;
}
.BgClassName
{
background-color: #351DAE;
}
</style>
border-color css
<style>
span { border-color: #351DAE; }
span { border-color: rgb(53,29,174); }
td.TdClassName
{
border-color: #351DAE;
}
.TagClassName
{
border-color: #351DAE;
}
</style>