Shades of Persian Blue #343EC3
Tints of Persian Blue #343EC3
RGB
CMYK
RGB Variations
Color information
#343EC3 (or 0x343EC3) is known color: Persian Blue. HEX triplet: 34, 3E and C3. RGB value is (52,62,195). Sum of RGB (Red+Green+Blue) = 52+62+195=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 195 (76.56% from 255 or 63.11% from 309); Max value from RGB is 195 - color contains mainly: blue. Hex color #343EC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343EC3 is #CBC13C. Grayscale: #494949. Windows color (decimal): -13353277 or 12795444. OLE color: 12795444.
HSL color Cylindrical-coordinate representation of color #343EC3: hue angle of 235.8º 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 #343EC3 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 62 | 195 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.24 |
| HSL | 235.8º | 0.58% | 0.48% | - |
| HSV(B) | 235.8º | 0.73% | 0.76% | - |
| XYZ | 12.99 | 8.12 | 52.51 | - |
| YUV | 74.17 | 196.19 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 195 | 0.73 | 0.68 | 0 | 0.24 | 235.8 | 0.58 | 0.48 |
| Hex | 34 | 3E | C3 | 49 | 44 | 0 | 18 | EC | 3A | 30 |
| Octal | 64 | 76 | 303 | 111 | 104 | 0 | 30 | 354 | 72 | 60 |
| Binary | 110100 | 111110 | 11000011 | 1001001 | 1000100 | 0 | 11000 | 11101100 | 111010 | 110000 |
Color Harmonies of #343EC3
Complementary color
Monochromatic Colors of #343EC3
Black with #343EC3
Text Example
Text Example
White with #343EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343EC3; }
p { color: rgb(52,62,195); }
H1.HeaderClassName
{
color: #343EC3;
}
.AnyTagClassName
{
color: #343EC3;
}
</style>
background-color css
<style>
a { background-color: #343EC3; }
a { background-color: rgb(52,62,195); }
div.DivClassName
{
background-color: #343EC3;
}
.BgClassName
{
background-color: #343EC3;
}
</style>
border-color css
<style>
span { border-color: #343EC3; }
span { border-color: rgb(52,62,195); }
td.TdClassName
{
border-color: #343EC3;
}
.TagClassName
{
border-color: #343EC3;
}
</style>