Shades of Persian Blue #3514BC
Tints of Persian Blue #3514BC
RGB
CMYK
RGB Variations
Color information
#3514BC (or 0x3514BC) is known color: Persian Blue. HEX triplet: 35, 14 and BC. RGB value is (53,20,188). Sum of RGB (Red+Green+Blue) = 53+20+188=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 188 (73.83% from 255 or 72.03% from 261); Max value from RGB is 188 - color contains mainly: blue. Hex color #3514BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3514BC is #CAEB43. Grayscale: #303030. Windows color (decimal): -13298500 or 12325941. OLE color: 12325941.
HSL color Cylindrical-coordinate representation of color #3514BC: hue angle of 251.79º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3514BC is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 20 | 188 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.26 |
| HSL | 251.79º | 0.81% | 0.41% | - |
| HSV(B) | 251.79º | 0.89% | 0.74% | - |
| XYZ | 10.8 | 4.89 | 47.95 | - |
| YUV | 49.02 | 206.43 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 20 | 188 | 0.72 | 0.89 | 0 | 0.26 | 251.79 | 0.81 | 0.41 |
| Hex | 35 | 14 | BC | 48 | 59 | 0 | 1A | FC | 51 | 29 |
| Octal | 65 | 24 | 274 | 110 | 131 | 0 | 32 | 374 | 121 | 51 |
| Binary | 110101 | 10100 | 10111100 | 1001000 | 1011001 | 0 | 11010 | 11111100 | 1010001 | 101001 |
Color Harmonies of #3514BC
Complementary color
Monochromatic Colors of #3514BC
Black with #3514BC
Text Example
Text Example
White with #3514BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3514BC; }
p { color: rgb(53,20,188); }
H1.HeaderClassName
{
color: #3514BC;
}
.AnyTagClassName
{
color: #3514BC;
}
</style>
background-color css
<style>
a { background-color: #3514BC; }
a { background-color: rgb(53,20,188); }
div.DivClassName
{
background-color: #3514BC;
}
.BgClassName
{
background-color: #3514BC;
}
</style>
border-color css
<style>
span { border-color: #3514BC; }
span { border-color: rgb(53,20,188); }
td.TdClassName
{
border-color: #3514BC;
}
.TagClassName
{
border-color: #3514BC;
}
</style>