Shades of Persian Blue #341ACE
Tints of Persian Blue #341ACE
RGB
CMYK
RGB Variations
Color information
#341ACE (or 0x341ACE) is known color: Persian Blue. HEX triplet: 34, 1A and CE. RGB value is (52,26,206). Sum of RGB (Red+Green+Blue) = 52+26+206=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #341ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341ACE is #CBE531. Grayscale: #353535. Windows color (decimal): -13362482 or 13507124. OLE color: 13507124.
HSL color Cylindrical-coordinate representation of color #341ACE: hue angle of 248.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #341ACE is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 26 | 206 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.19 |
| HSL | 248.67º | 0.78% | 0.45% | - |
| HSV(B) | 248.67º | 0.87% | 0.81% | - |
| XYZ | 12.93 | 5.93 | 58.85 | - |
| YUV | 54.29 | 213.61 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 206 | 0.75 | 0.87 | 0 | 0.19 | 248.67 | 0.78 | 0.45 |
| Hex | 34 | 1A | CE | 4B | 57 | 0 | 13 | F9 | 4E | 2D |
| Octal | 64 | 32 | 316 | 113 | 127 | 0 | 23 | 371 | 116 | 55 |
| Binary | 110100 | 11010 | 11001110 | 1001011 | 1010111 | 0 | 10011 | 11111001 | 1001110 | 101101 |
Color Harmonies of #341ACE
Complementary color
Monochromatic Colors of #341ACE
Black with #341ACE
Text Example
Text Example
White with #341ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341ACE; }
p { color: rgb(52,26,206); }
H1.HeaderClassName
{
color: #341ACE;
}
.AnyTagClassName
{
color: #341ACE;
}
</style>
background-color css
<style>
a { background-color: #341ACE; }
a { background-color: rgb(52,26,206); }
div.DivClassName
{
background-color: #341ACE;
}
.BgClassName
{
background-color: #341ACE;
}
</style>
border-color css
<style>
span { border-color: #341ACE; }
span { border-color: rgb(52,26,206); }
td.TdClassName
{
border-color: #341ACE;
}
.TagClassName
{
border-color: #341ACE;
}
</style>