Shades of Persian Blue #343EC2
Tints of Persian Blue #343EC2
RGB
CMYK
RGB Variations
Color information
#343EC2 (or 0x343EC2) is known color: Persian Blue. HEX triplet: 34, 3E and C2. RGB value is (52,62,194). Sum of RGB (Red+Green+Blue) = 52+62+194=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 194 (76.17% from 255 or 62.99% from 308); Max value from RGB is 194 - color contains mainly: blue. Hex color #343EC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343EC2 is #CBC13D. Grayscale: #494949. Windows color (decimal): -13353278 or 12729908. OLE color: 12729908.
HSL color Cylindrical-coordinate representation of color #343EC2: hue angle of 235.77º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #343EC2 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 62 | 194 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.24 |
| HSL | 235.77º | 0.58% | 0.48% | - |
| HSV(B) | 235.77º | 0.73% | 0.76% | - |
| XYZ | 12.88 | 8.07 | 51.92 | - |
| YUV | 74.06 | 195.69 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 194 | 0.73 | 0.68 | 0 | 0.24 | 235.77 | 0.58 | 0.48 |
| Hex | 34 | 3E | C2 | 49 | 44 | 0 | 18 | EC | 3A | 30 |
| Octal | 64 | 76 | 302 | 111 | 104 | 0 | 30 | 354 | 72 | 60 |
| Binary | 110100 | 111110 | 11000010 | 1001001 | 1000100 | 0 | 11000 | 11101100 | 111010 | 110000 |
Color Harmonies of #343EC2
Complementary color
Monochromatic Colors of #343EC2
Black with #343EC2
Text Example
Text Example
White with #343EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343EC2; }
p { color: rgb(52,62,194); }
H1.HeaderClassName
{
color: #343EC2;
}
.AnyTagClassName
{
color: #343EC2;
}
</style>
background-color css
<style>
a { background-color: #343EC2; }
a { background-color: rgb(52,62,194); }
div.DivClassName
{
background-color: #343EC2;
}
.BgClassName
{
background-color: #343EC2;
}
</style>
border-color css
<style>
span { border-color: #343EC2; }
span { border-color: rgb(52,62,194); }
td.TdClassName
{
border-color: #343EC2;
}
.TagClassName
{
border-color: #343EC2;
}
</style>