Shades of Persian Blue #3413BC
Tints of Persian Blue #3413BC
RGB
CMYK
RGB Variations
Color information
#3413BC (or 0x3413BC) is known color: Persian Blue. HEX triplet: 34, 13 and BC. RGB value is (52,19,188). Sum of RGB (Red+Green+Blue) = 52+19+188=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 188 (73.83% from 255 or 72.59% from 259); Max value from RGB is 188 - color contains mainly: blue. Hex color #3413BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3413BC is #CBEC43. Grayscale: #2F2F2F. Windows color (decimal): -13364292 or 12325684. OLE color: 12325684.
HSL color Cylindrical-coordinate representation of color #3413BC: hue angle of 251.72º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3413BC is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 19 | 188 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.26 |
| HSL | 251.72º | 0.82% | 0.41% | - |
| HSV(B) | 251.72º | 0.9% | 0.74% | - |
| XYZ | 10.73 | 4.83 | 47.94 | - |
| YUV | 48.13 | 206.93 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 19 | 188 | 0.72 | 0.90 | 0 | 0.26 | 251.72 | 0.82 | 0.41 |
| Hex | 34 | 13 | BC | 48 | 5A | 0 | 1A | FC | 52 | 29 |
| Octal | 64 | 23 | 274 | 110 | 132 | 0 | 32 | 374 | 122 | 51 |
| Binary | 110100 | 10011 | 10111100 | 1001000 | 1011010 | 0 | 11010 | 11111100 | 1010010 | 101001 |
Color Harmonies of #3413BC
Complementary color
Monochromatic Colors of #3413BC
Black with #3413BC
Text Example
Text Example
White with #3413BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3413BC; }
p { color: rgb(52,19,188); }
H1.HeaderClassName
{
color: #3413BC;
}
.AnyTagClassName
{
color: #3413BC;
}
</style>
background-color css
<style>
a { background-color: #3413BC; }
a { background-color: rgb(52,19,188); }
div.DivClassName
{
background-color: #3413BC;
}
.BgClassName
{
background-color: #3413BC;
}
</style>
border-color css
<style>
span { border-color: #3413BC; }
span { border-color: rgb(52,19,188); }
td.TdClassName
{
border-color: #3413BC;
}
.TagClassName
{
border-color: #3413BC;
}
</style>