Shades of Persian Blue #341DC3
Tints of Persian Blue #341DC3
RGB
CMYK
RGB Variations
Color information
#341DC3 (or 0x341DC3) is known color: Persian Blue. HEX triplet: 34, 1D and C3. RGB value is (52,29,195). Sum of RGB (Red+Green+Blue) = 52+29+195=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 195 (76.56% from 255 or 70.65% from 276); Max value from RGB is 195 - color contains mainly: blue. Hex color #341DC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341DC3 is #CBE23C. Grayscale: #363636. Windows color (decimal): -13361725 or 12786996. OLE color: 12786996.
HSL color Cylindrical-coordinate representation of color #341DC3: hue angle of 248.31º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341DC3 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 29 | 195 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.24 |
| HSL | 248.31º | 0.74% | 0.44% | - |
| HSV(B) | 248.31º | 0.85% | 0.76% | - |
| XYZ | 11.71 | 5.55 | 52.08 | - |
| YUV | 54.8 | 207.12 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 195 | 0.73 | 0.85 | 0 | 0.24 | 248.31 | 0.74 | 0.44 |
| Hex | 34 | 1D | C3 | 49 | 55 | 0 | 18 | F8 | 4A | 2C |
| Octal | 64 | 35 | 303 | 111 | 125 | 0 | 30 | 370 | 112 | 54 |
| Binary | 110100 | 11101 | 11000011 | 1001001 | 1010101 | 0 | 11000 | 11111000 | 1001010 | 101100 |
Color Harmonies of #341DC3
Complementary color
Monochromatic Colors of #341DC3
Black with #341DC3
Text Example
Text Example
White with #341DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341DC3; }
p { color: rgb(52,29,195); }
H1.HeaderClassName
{
color: #341DC3;
}
.AnyTagClassName
{
color: #341DC3;
}
</style>
background-color css
<style>
a { background-color: #341DC3; }
a { background-color: rgb(52,29,195); }
div.DivClassName
{
background-color: #341DC3;
}
.BgClassName
{
background-color: #341DC3;
}
</style>
border-color css
<style>
span { border-color: #341DC3; }
span { border-color: rgb(52,29,195); }
td.TdClassName
{
border-color: #341DC3;
}
.TagClassName
{
border-color: #341DC3;
}
</style>