Shades of Persian Blue #351ECF
Tints of Persian Blue #351ECF
RGB
CMYK
RGB Variations
Color information
#351ECF (or 0x351ECF) is known color: Persian Blue. HEX triplet: 35, 1E and CF. RGB value is (53,30,207). Sum of RGB (Red+Green+Blue) = 53+30+207=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #351ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351ECF is #CAE130. Grayscale: #383838. Windows color (decimal): -13295921 or 13573685. OLE color: 13573685.
HSL color Cylindrical-coordinate representation of color #351ECF: hue angle of 247.8º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351ECF is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 30 | 207 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.19 |
| HSL | 247.8º | 0.75% | 0.46% | - |
| HSV(B) | 247.8º | 0.86% | 0.81% | - |
| XYZ | 13.19 | 6.19 | 59.53 | - |
| YUV | 57.06 | 212.62 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 30 | 207 | 0.74 | 0.86 | 0 | 0.19 | 247.8 | 0.75 | 0.46 |
| Hex | 35 | 1E | CF | 4A | 56 | 0 | 13 | F8 | 4B | 2E |
| Octal | 65 | 36 | 317 | 112 | 126 | 0 | 23 | 370 | 113 | 56 |
| Binary | 110101 | 11110 | 11001111 | 1001010 | 1010110 | 0 | 10011 | 11111000 | 1001011 | 101110 |
Color Harmonies of #351ECF
Complementary color
Monochromatic Colors of #351ECF
Black with #351ECF
Text Example
Text Example
White with #351ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351ECF; }
p { color: rgb(53,30,207); }
H1.HeaderClassName
{
color: #351ECF;
}
.AnyTagClassName
{
color: #351ECF;
}
</style>
background-color css
<style>
a { background-color: #351ECF; }
a { background-color: rgb(53,30,207); }
div.DivClassName
{
background-color: #351ECF;
}
.BgClassName
{
background-color: #351ECF;
}
</style>
border-color css
<style>
span { border-color: #351ECF; }
span { border-color: rgb(53,30,207); }
td.TdClassName
{
border-color: #351ECF;
}
.TagClassName
{
border-color: #351ECF;
}
</style>