Shades of Persian Blue #351CBD
Tints of Persian Blue #351CBD
RGB
CMYK
RGB Variations
Color information
#351CBD (or 0x351CBD) is known color: Persian Blue. HEX triplet: 35, 1C and BD. RGB value is (53,28,189). Sum of RGB (Red+Green+Blue) = 53+28+189=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 189 (74.22% from 255 or 70% from 270); Max value from RGB is 189 - color contains mainly: blue. Hex color #351CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351CBD is #CAE342. Grayscale: #353535. Windows color (decimal): -13296451 or 12393525. OLE color: 12393525.
HSL color Cylindrical-coordinate representation of color #351CBD: hue angle of 249.32º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #351CBD is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 28 | 189 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.26 |
| HSL | 249.32º | 0.74% | 0.43% | - |
| HSV(B) | 249.32º | 0.85% | 0.74% | - |
| XYZ | 11.07 | 5.26 | 48.58 | - |
| YUV | 53.83 | 204.28 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 189 | 0.72 | 0.85 | 0 | 0.26 | 249.32 | 0.74 | 0.43 |
| Hex | 35 | 1C | BD | 48 | 55 | 0 | 1A | F9 | 4A | 2B |
| Octal | 65 | 34 | 275 | 110 | 125 | 0 | 32 | 371 | 112 | 53 |
| Binary | 110101 | 11100 | 10111101 | 1001000 | 1010101 | 0 | 11010 | 11111001 | 1001010 | 101011 |
Color Harmonies of #351CBD
Complementary color
Monochromatic Colors of #351CBD
Black with #351CBD
Text Example
Text Example
White with #351CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351CBD; }
p { color: rgb(53,28,189); }
H1.HeaderClassName
{
color: #351CBD;
}
.AnyTagClassName
{
color: #351CBD;
}
</style>
background-color css
<style>
a { background-color: #351CBD; }
a { background-color: rgb(53,28,189); }
div.DivClassName
{
background-color: #351CBD;
}
.BgClassName
{
background-color: #351CBD;
}
</style>
border-color css
<style>
span { border-color: #351CBD; }
span { border-color: rgb(53,28,189); }
td.TdClassName
{
border-color: #351CBD;
}
.TagClassName
{
border-color: #351CBD;
}
</style>