Shades of Persian Blue #343EC4
Tints of Persian Blue #343EC4
RGB
CMYK
RGB Variations
Color information
#343EC4 (or 0x343EC4) is known color: Persian Blue. HEX triplet: 34, 3E and C4. RGB value is (52,62,196). Sum of RGB (Red+Green+Blue) = 52+62+196=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 196 (76.95% from 255 or 63.23% from 310); Max value from RGB is 196 - color contains mainly: blue. Hex color #343EC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343EC4 is #CBC13B. Grayscale: #494949. Windows color (decimal): -13353276 or 12860980. OLE color: 12860980.
HSL color Cylindrical-coordinate representation of color #343EC4: hue angle of 235.83º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #343EC4 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 62 | 196 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.23 |
| HSL | 235.83º | 0.58% | 0.49% | - |
| HSV(B) | 235.83º | 0.73% | 0.77% | - |
| XYZ | 13.1 | 8.16 | 53.11 | - |
| YUV | 74.29 | 196.69 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 196 | 0.73 | 0.68 | 0 | 0.23 | 235.83 | 0.58 | 0.49 |
| Hex | 34 | 3E | C4 | 49 | 44 | 0 | 17 | EC | 3A | 31 |
| Octal | 64 | 76 | 304 | 111 | 104 | 0 | 27 | 354 | 72 | 61 |
| Binary | 110100 | 111110 | 11000100 | 1001001 | 1000100 | 0 | 10111 | 11101100 | 111010 | 110001 |
Color Harmonies of #343EC4
Complementary color
Monochromatic Colors of #343EC4
Black with #343EC4
Text Example
Text Example
White with #343EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343EC4; }
p { color: rgb(52,62,196); }
H1.HeaderClassName
{
color: #343EC4;
}
.AnyTagClassName
{
color: #343EC4;
}
</style>
background-color css
<style>
a { background-color: #343EC4; }
a { background-color: rgb(52,62,196); }
div.DivClassName
{
background-color: #343EC4;
}
.BgClassName
{
background-color: #343EC4;
}
</style>
border-color css
<style>
span { border-color: #343EC4; }
span { border-color: rgb(52,62,196); }
td.TdClassName
{
border-color: #343EC4;
}
.TagClassName
{
border-color: #343EC4;
}
</style>