Shades of Persian Blue #341EC3
Tints of Persian Blue #341EC3
RGB
CMYK
RGB Variations
Color information
#341EC3 (or 0x341EC3) is known color: Persian Blue. HEX triplet: 34, 1E and C3. RGB value is (52,30,195). Sum of RGB (Red+Green+Blue) = 52+30+195=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 195 (76.56% from 255 or 70.40% from 277); Max value from RGB is 195 - color contains mainly: blue. Hex color #341EC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341EC3 is #CBE13C. Grayscale: #363636. Windows color (decimal): -13361469 or 12787252. OLE color: 12787252.
HSL color Cylindrical-coordinate representation of color #341EC3: hue angle of 248º degrees, saturation: 0.73, 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 #341EC3 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 30 | 195 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.24 |
| HSL | 248º | 0.73% | 0.44% | - |
| HSV(B) | 248º | 0.85% | 0.76% | - |
| XYZ | 11.73 | 5.6 | 52.09 | - |
| YUV | 55.39 | 206.79 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 195 | 0.73 | 0.85 | 0 | 0.24 | 248 | 0.73 | 0.44 |
| Hex | 34 | 1E | C3 | 49 | 55 | 0 | 18 | F8 | 49 | 2C |
| Octal | 64 | 36 | 303 | 111 | 125 | 0 | 30 | 370 | 111 | 54 |
| Binary | 110100 | 11110 | 11000011 | 1001001 | 1010101 | 0 | 11000 | 11111000 | 1001001 | 101100 |
Color Harmonies of #341EC3
Complementary color
Monochromatic Colors of #341EC3
Black with #341EC3
Text Example
Text Example
White with #341EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341EC3; }
p { color: rgb(52,30,195); }
H1.HeaderClassName
{
color: #341EC3;
}
.AnyTagClassName
{
color: #341EC3;
}
</style>
background-color css
<style>
a { background-color: #341EC3; }
a { background-color: rgb(52,30,195); }
div.DivClassName
{
background-color: #341EC3;
}
.BgClassName
{
background-color: #341EC3;
}
</style>
border-color css
<style>
span { border-color: #341EC3; }
span { border-color: rgb(52,30,195); }
td.TdClassName
{
border-color: #341EC3;
}
.TagClassName
{
border-color: #341EC3;
}
</style>