Shades of Persian Blue #351CB5
Tints of Persian Blue #351CB5
RGB
CMYK
RGB Variations
Color information
#351CB5 (or 0x351CB5) is known color: Persian Blue. HEX triplet: 35, 1C and B5. RGB value is (53,28,181). Sum of RGB (Red+Green+Blue) = 53+28+181=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 181 (71.09% from 255 or 69.08% from 262); Max value from RGB is 181 - color contains mainly: blue. Hex color #351CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351CB5 is #CAE34A. Grayscale: #343434. Windows color (decimal): -13296459 or 11869237. OLE color: 11869237.
HSL color Cylindrical-coordinate representation of color #351CB5: hue angle of 249.8º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #351CB5 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 28 | 181 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.29 |
| HSL | 249.8º | 0.73% | 0.41% | - |
| HSV(B) | 249.8º | 0.85% | 0.71% | - |
| XYZ | 10.22 | 4.92 | 44.13 | - |
| YUV | 52.92 | 200.28 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 181 | 0.71 | 0.85 | 0 | 0.29 | 249.8 | 0.73 | 0.41 |
| Hex | 35 | 1C | B5 | 47 | 55 | 0 | 1D | FA | 49 | 29 |
| Octal | 65 | 34 | 265 | 107 | 125 | 0 | 35 | 372 | 111 | 51 |
| Binary | 110101 | 11100 | 10110101 | 1000111 | 1010101 | 0 | 11101 | 11111010 | 1001001 | 101001 |
Color Harmonies of #351CB5
Complementary color
Monochromatic Colors of #351CB5
Black with #351CB5
Text Example
Text Example
White with #351CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351CB5; }
p { color: rgb(53,28,181); }
H1.HeaderClassName
{
color: #351CB5;
}
.AnyTagClassName
{
color: #351CB5;
}
</style>
background-color css
<style>
a { background-color: #351CB5; }
a { background-color: rgb(53,28,181); }
div.DivClassName
{
background-color: #351CB5;
}
.BgClassName
{
background-color: #351CB5;
}
</style>
border-color css
<style>
span { border-color: #351CB5; }
span { border-color: rgb(53,28,181); }
td.TdClassName
{
border-color: #351CB5;
}
.TagClassName
{
border-color: #351CB5;
}
</style>