Shades of Persian Blue #343EC0
Tints of Persian Blue #343EC0
RGB
CMYK
RGB Variations
Color information
#343EC0 (or 0x343EC0) is known color: Persian Blue. HEX triplet: 34, 3E and C0. RGB value is (52,62,192). Sum of RGB (Red+Green+Blue) = 52+62+192=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 192 (75.39% from 255 or 62.75% from 306); Max value from RGB is 192 - color contains mainly: blue. Hex color #343EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343EC0 is #CBC13F. Grayscale: #494949. Windows color (decimal): -13353280 or 12598836. OLE color: 12598836.
HSL color Cylindrical-coordinate representation of color #343EC0: hue angle of 235.71º 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 #343EC0 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 62 | 192 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.25 |
| HSL | 235.71º | 0.57% | 0.48% | - |
| HSV(B) | 235.71º | 0.73% | 0.75% | - |
| XYZ | 12.65 | 7.98 | 50.74 | - |
| YUV | 73.83 | 194.69 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 192 | 0.73 | 0.68 | 0 | 0.25 | 235.71 | 0.57 | 0.48 |
| Hex | 34 | 3E | C0 | 49 | 44 | 0 | 19 | EC | 39 | 30 |
| Octal | 64 | 76 | 300 | 111 | 104 | 0 | 31 | 354 | 71 | 60 |
| Binary | 110100 | 111110 | 11000000 | 1001001 | 1000100 | 0 | 11001 | 11101100 | 111001 | 110000 |
Color Harmonies of #343EC0
Complementary color
Monochromatic Colors of #343EC0
Black with #343EC0
Text Example
Text Example
White with #343EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343EC0; }
p { color: rgb(52,62,192); }
H1.HeaderClassName
{
color: #343EC0;
}
.AnyTagClassName
{
color: #343EC0;
}
</style>
background-color css
<style>
a { background-color: #343EC0; }
a { background-color: rgb(52,62,192); }
div.DivClassName
{
background-color: #343EC0;
}
.BgClassName
{
background-color: #343EC0;
}
</style>
border-color css
<style>
span { border-color: #343EC0; }
span { border-color: rgb(52,62,192); }
td.TdClassName
{
border-color: #343EC0;
}
.TagClassName
{
border-color: #343EC0;
}
</style>