Shades of Persian Blue #343CC0
Tints of Persian Blue #343CC0
RGB
CMYK
RGB Variations
Color information
#343CC0 (or 0x343CC0) is known color: Persian Blue. HEX triplet: 34, 3C and C0. RGB value is (52,60,192). Sum of RGB (Red+Green+Blue) = 52+60+192=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 192 (75.39% from 255 or 63.16% from 304); Max value from RGB is 192 - color contains mainly: blue. Hex color #343CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343CC0 is #CBC33F. Grayscale: #484848. Windows color (decimal): -13353792 or 12598324. OLE color: 12598324.
HSL color Cylindrical-coordinate representation of color #343CC0: hue angle of 236.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #343CC0 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 60 | 192 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.25 |
| HSL | 236.57º | 0.57% | 0.48% | - |
| HSV(B) | 236.57º | 0.73% | 0.75% | - |
| XYZ | 12.55 | 7.77 | 50.71 | - |
| YUV | 72.66 | 195.35 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 192 | 0.73 | 0.69 | 0 | 0.25 | 236.57 | 0.57 | 0.48 |
| Hex | 34 | 3C | C0 | 49 | 45 | 0 | 19 | ED | 39 | 30 |
| Octal | 64 | 74 | 300 | 111 | 105 | 0 | 31 | 355 | 71 | 60 |
| Binary | 110100 | 111100 | 11000000 | 1001001 | 1000101 | 0 | 11001 | 11101101 | 111001 | 110000 |
Color Harmonies of #343CC0
Complementary color
Monochromatic Colors of #343CC0
Black with #343CC0
Text Example
Text Example
White with #343CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343CC0; }
p { color: rgb(52,60,192); }
H1.HeaderClassName
{
color: #343CC0;
}
.AnyTagClassName
{
color: #343CC0;
}
</style>
background-color css
<style>
a { background-color: #343CC0; }
a { background-color: rgb(52,60,192); }
div.DivClassName
{
background-color: #343CC0;
}
.BgClassName
{
background-color: #343CC0;
}
</style>
border-color css
<style>
span { border-color: #343CC0; }
span { border-color: rgb(52,60,192); }
td.TdClassName
{
border-color: #343CC0;
}
.TagClassName
{
border-color: #343CC0;
}
</style>