Shades of Persian Blue #341ECE
Tints of Persian Blue #341ECE
RGB
CMYK
RGB Variations
Color information
#341ECE (or 0x341ECE) is known color: Persian Blue. HEX triplet: 34, 1E and CE. RGB value is (52,30,206). Sum of RGB (Red+Green+Blue) = 52+30+206=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 206 (80.86% from 255 or 71.53% from 288); Max value from RGB is 206 - color contains mainly: blue. Hex color #341ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341ECE is #CBE131. Grayscale: #373737. Windows color (decimal): -13361458 or 13508148. OLE color: 13508148.
HSL color Cylindrical-coordinate representation of color #341ECE: hue angle of 247.5º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341ECE is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 30 | 206 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.19 |
| HSL | 247.5º | 0.75% | 0.46% | - |
| HSV(B) | 247.5º | 0.85% | 0.81% | - |
| XYZ | 13.02 | 6.11 | 58.89 | - |
| YUV | 56.64 | 212.29 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 206 | 0.75 | 0.85 | 0 | 0.19 | 247.5 | 0.75 | 0.46 |
| Hex | 34 | 1E | CE | 4B | 55 | 0 | 13 | F8 | 4B | 2E |
| Octal | 64 | 36 | 316 | 113 | 125 | 0 | 23 | 370 | 113 | 56 |
| Binary | 110100 | 11110 | 11001110 | 1001011 | 1010101 | 0 | 10011 | 11111000 | 1001011 | 101110 |
Color Harmonies of #341ECE
Complementary color
Monochromatic Colors of #341ECE
Black with #341ECE
Text Example
Text Example
White with #341ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341ECE; }
p { color: rgb(52,30,206); }
H1.HeaderClassName
{
color: #341ECE;
}
.AnyTagClassName
{
color: #341ECE;
}
</style>
background-color css
<style>
a { background-color: #341ECE; }
a { background-color: rgb(52,30,206); }
div.DivClassName
{
background-color: #341ECE;
}
.BgClassName
{
background-color: #341ECE;
}
</style>
border-color css
<style>
span { border-color: #341ECE; }
span { border-color: rgb(52,30,206); }
td.TdClassName
{
border-color: #341ECE;
}
.TagClassName
{
border-color: #341ECE;
}
</style>