Shades of Persian Blue #351CCC
Tints of Persian Blue #351CCC
RGB
CMYK
RGB Variations
Color information
#351CCC (or 0x351CCC) is known color: Persian Blue. HEX triplet: 35, 1C and CC. RGB value is (53,28,204). Sum of RGB (Red+Green+Blue) = 53+28+204=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #351CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351CCC is #CAE333. Grayscale: #363636. Windows color (decimal): -13296436 or 13376565. OLE color: 13376565.
HSL color Cylindrical-coordinate representation of color #351CCC: hue angle of 248.52º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351CCC is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 28 | 204 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.2 |
| HSL | 248.52º | 0.76% | 0.45% | - |
| HSV(B) | 248.52º | 0.86% | 0.8% | - |
| XYZ | 12.78 | 5.95 | 57.6 | - |
| YUV | 55.54 | 211.78 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 204 | 0.74 | 0.86 | 0 | 0.2 | 248.52 | 0.76 | 0.45 |
| Hex | 35 | 1C | CC | 4A | 56 | 0 | 14 | F9 | 4C | 2D |
| Octal | 65 | 34 | 314 | 112 | 126 | 0 | 24 | 371 | 114 | 55 |
| Binary | 110101 | 11100 | 11001100 | 1001010 | 1010110 | 0 | 10100 | 11111001 | 1001100 | 101101 |
Color Harmonies of #351CCC
Complementary color
Monochromatic Colors of #351CCC
Black with #351CCC
Text Example
Text Example
White with #351CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351CCC; }
p { color: rgb(53,28,204); }
H1.HeaderClassName
{
color: #351CCC;
}
.AnyTagClassName
{
color: #351CCC;
}
</style>
background-color css
<style>
a { background-color: #351CCC; }
a { background-color: rgb(53,28,204); }
div.DivClassName
{
background-color: #351CCC;
}
.BgClassName
{
background-color: #351CCC;
}
</style>
border-color css
<style>
span { border-color: #351CCC; }
span { border-color: rgb(53,28,204); }
td.TdClassName
{
border-color: #351CCC;
}
.TagClassName
{
border-color: #351CCC;
}
</style>