Shades of Persian Blue #351DC3
Tints of Persian Blue #351DC3
RGB
CMYK
RGB Variations
Color information
#351DC3 (or 0x351DC3) is known color: Persian Blue. HEX triplet: 35, 1D and C3. RGB value is (53,29,195). Sum of RGB (Red+Green+Blue) = 53+29+195=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 195 (76.56% from 255 or 70.40% from 277); Max value from RGB is 195 - color contains mainly: blue. Hex color #351DC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351DC3 is #CAE23C. Grayscale: #363636. Windows color (decimal): -13296189 or 12786997. OLE color: 12786997.
HSL color Cylindrical-coordinate representation of color #351DC3: hue angle of 248.67º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #351DC3 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 29 | 195 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.24 |
| HSL | 248.67º | 0.74% | 0.44% | - |
| HSV(B) | 248.67º | 0.85% | 0.76% | - |
| XYZ | 11.76 | 5.58 | 52.09 | - |
| YUV | 55.1 | 206.95 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 195 | 0.73 | 0.85 | 0 | 0.24 | 248.67 | 0.74 | 0.44 |
| Hex | 35 | 1D | C3 | 49 | 55 | 0 | 18 | F9 | 4A | 2C |
| Octal | 65 | 35 | 303 | 111 | 125 | 0 | 30 | 371 | 112 | 54 |
| Binary | 110101 | 11101 | 11000011 | 1001001 | 1010101 | 0 | 11000 | 11111001 | 1001010 | 101100 |
Color Harmonies of #351DC3
Complementary color
Monochromatic Colors of #351DC3
Black with #351DC3
Text Example
Text Example
White with #351DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351DC3; }
p { color: rgb(53,29,195); }
H1.HeaderClassName
{
color: #351DC3;
}
.AnyTagClassName
{
color: #351DC3;
}
</style>
background-color css
<style>
a { background-color: #351DC3; }
a { background-color: rgb(53,29,195); }
div.DivClassName
{
background-color: #351DC3;
}
.BgClassName
{
background-color: #351DC3;
}
</style>
border-color css
<style>
span { border-color: #351DC3; }
span { border-color: rgb(53,29,195); }
td.TdClassName
{
border-color: #351DC3;
}
.TagClassName
{
border-color: #351DC3;
}
</style>