Shades of Persian Blue #341DD0
Tints of Persian Blue #341DD0
RGB
CMYK
RGB Variations
Color information
#341DD0 (or 0x341DD0) is known color: Persian Blue. HEX triplet: 34, 1D and D0. RGB value is (52,29,208). Sum of RGB (Red+Green+Blue) = 52+29+208=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 208 (81.64% from 255 or 71.97% from 289); Max value from RGB is 208 - color contains mainly: blue. Hex color #341DD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341DD0 is #CBE22F. Grayscale: #373737. Windows color (decimal): -13361712 or 13638964. OLE color: 13638964.
HSL color Cylindrical-coordinate representation of color #341DD0: hue angle of 247.71º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341DD0 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 29 | 208 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.18 |
| HSL | 247.71º | 0.76% | 0.46% | - |
| HSV(B) | 247.71º | 0.86% | 0.82% | - |
| XYZ | 13.24 | 6.16 | 60.17 | - |
| YUV | 56.28 | 213.62 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 208 | 0.75 | 0.86 | 0 | 0.18 | 247.71 | 0.76 | 0.46 |
| Hex | 34 | 1D | D0 | 4B | 56 | 0 | 12 | F8 | 4C | 2E |
| Octal | 64 | 35 | 320 | 113 | 126 | 0 | 22 | 370 | 114 | 56 |
| Binary | 110100 | 11101 | 11010000 | 1001011 | 1010110 | 0 | 10010 | 11111000 | 1001100 | 101110 |
Color Harmonies of #341DD0
Complementary color
Monochromatic Colors of #341DD0
Black with #341DD0
Text Example
Text Example
White with #341DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341DD0; }
p { color: rgb(52,29,208); }
H1.HeaderClassName
{
color: #341DD0;
}
.AnyTagClassName
{
color: #341DD0;
}
</style>
background-color css
<style>
a { background-color: #341DD0; }
a { background-color: rgb(52,29,208); }
div.DivClassName
{
background-color: #341DD0;
}
.BgClassName
{
background-color: #341DD0;
}
</style>
border-color css
<style>
span { border-color: #341DD0; }
span { border-color: rgb(52,29,208); }
td.TdClassName
{
border-color: #341DD0;
}
.TagClassName
{
border-color: #341DD0;
}
</style>