Shades of Persian Blue #341CC0
Tints of Persian Blue #341CC0
RGB
CMYK
RGB Variations
Color information
#341CC0 (or 0x341CC0) is known color: Persian Blue. HEX triplet: 34, 1C and C0. RGB value is (52,28,192). Sum of RGB (Red+Green+Blue) = 52+28+192=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 192 (75.39% from 255 or 70.59% from 272); Max value from RGB is 192 - color contains mainly: blue. Hex color #341CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341CC0 is #CBE33F. Grayscale: #353535. Windows color (decimal): -13361984 or 12590132. OLE color: 12590132.
HSL color Cylindrical-coordinate representation of color #341CC0: hue angle of 248.78º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341CC0 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 28 | 192 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.25 |
| HSL | 248.78º | 0.75% | 0.43% | - |
| HSV(B) | 248.78º | 0.85% | 0.75% | - |
| XYZ | 11.35 | 5.37 | 50.31 | - |
| YUV | 53.87 | 205.95 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 192 | 0.73 | 0.85 | 0 | 0.25 | 248.78 | 0.75 | 0.43 |
| Hex | 34 | 1C | C0 | 49 | 55 | 0 | 19 | F9 | 4B | 2B |
| Octal | 64 | 34 | 300 | 111 | 125 | 0 | 31 | 371 | 113 | 53 |
| Binary | 110100 | 11100 | 11000000 | 1001001 | 1010101 | 0 | 11001 | 11111001 | 1001011 | 101011 |
Color Harmonies of #341CC0
Complementary color
Monochromatic Colors of #341CC0
Black with #341CC0
Text Example
Text Example
White with #341CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341CC0; }
p { color: rgb(52,28,192); }
H1.HeaderClassName
{
color: #341CC0;
}
.AnyTagClassName
{
color: #341CC0;
}
</style>
background-color css
<style>
a { background-color: #341CC0; }
a { background-color: rgb(52,28,192); }
div.DivClassName
{
background-color: #341CC0;
}
.BgClassName
{
background-color: #341CC0;
}
</style>
border-color css
<style>
span { border-color: #341CC0; }
span { border-color: rgb(52,28,192); }
td.TdClassName
{
border-color: #341CC0;
}
.TagClassName
{
border-color: #341CC0;
}
</style>