Shades of Persian Blue #351CC9
Tints of Persian Blue #351CC9
RGB
CMYK
RGB Variations
Color information
#351CC9 (or 0x351CC9) is known color: Persian Blue. HEX triplet: 35, 1C and C9. RGB value is (53,28,201). Sum of RGB (Red+Green+Blue) = 53+28+201=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 201 (78.91% from 255 or 71.28% from 282); Max value from RGB is 201 - color contains mainly: blue. Hex color #351CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351CC9 is #CAE336. Grayscale: #363636. Windows color (decimal): -13296439 or 13179957. OLE color: 13179957.
HSL color Cylindrical-coordinate representation of color #351CC9: hue angle of 248.67º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351CC9 is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 28 | 201 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.21 |
| HSL | 248.67º | 0.76% | 0.45% | - |
| HSV(B) | 248.67º | 0.86% | 0.79% | - |
| XYZ | 12.43 | 5.8 | 55.72 | - |
| YUV | 55.2 | 210.28 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 201 | 0.74 | 0.86 | 0 | 0.21 | 248.67 | 0.76 | 0.45 |
| Hex | 35 | 1C | C9 | 4A | 56 | 0 | 15 | F9 | 4C | 2D |
| Octal | 65 | 34 | 311 | 112 | 126 | 0 | 25 | 371 | 114 | 55 |
| Binary | 110101 | 11100 | 11001001 | 1001010 | 1010110 | 0 | 10101 | 11111001 | 1001100 | 101101 |
Color Harmonies of #351CC9
Complementary color
Monochromatic Colors of #351CC9
Black with #351CC9
Text Example
Text Example
White with #351CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351CC9; }
p { color: rgb(53,28,201); }
H1.HeaderClassName
{
color: #351CC9;
}
.AnyTagClassName
{
color: #351CC9;
}
</style>
background-color css
<style>
a { background-color: #351CC9; }
a { background-color: rgb(53,28,201); }
div.DivClassName
{
background-color: #351CC9;
}
.BgClassName
{
background-color: #351CC9;
}
</style>
border-color css
<style>
span { border-color: #351CC9; }
span { border-color: rgb(53,28,201); }
td.TdClassName
{
border-color: #351CC9;
}
.TagClassName
{
border-color: #351CC9;
}
</style>