Shades of Persian Blue #343EBC
Tints of Persian Blue #343EBC
RGB
CMYK
RGB Variations
Color information
#343EBC (or 0x343EBC) is known color: Persian Blue. HEX triplet: 34, 3E and BC. RGB value is (52,62,188). Sum of RGB (Red+Green+Blue) = 52+62+188=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #343EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343EBC is #CBC143. Grayscale: #484848. Windows color (decimal): -13353284 or 12336692. OLE color: 12336692.
HSL color Cylindrical-coordinate representation of color #343EBC: hue angle of 235.59º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #343EBC is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 62 | 188 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.26 |
| HSL | 235.59º | 0.57% | 0.47% | - |
| HSV(B) | 235.59º | 0.72% | 0.74% | - |
| XYZ | 12.22 | 7.81 | 48.44 | - |
| YUV | 73.37 | 192.69 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 188 | 0.72 | 0.67 | 0 | 0.26 | 235.59 | 0.57 | 0.47 |
| Hex | 34 | 3E | BC | 48 | 43 | 0 | 1A | EC | 39 | 2F |
| Octal | 64 | 76 | 274 | 110 | 103 | 0 | 32 | 354 | 71 | 57 |
| Binary | 110100 | 111110 | 10111100 | 1001000 | 1000011 | 0 | 11010 | 11101100 | 111001 | 101111 |
Color Harmonies of #343EBC
Complementary color
Monochromatic Colors of #343EBC
Black with #343EBC
Text Example
Text Example
White with #343EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343EBC; }
p { color: rgb(52,62,188); }
H1.HeaderClassName
{
color: #343EBC;
}
.AnyTagClassName
{
color: #343EBC;
}
</style>
background-color css
<style>
a { background-color: #343EBC; }
a { background-color: rgb(52,62,188); }
div.DivClassName
{
background-color: #343EBC;
}
.BgClassName
{
background-color: #343EBC;
}
</style>
border-color css
<style>
span { border-color: #343EBC; }
span { border-color: rgb(52,62,188); }
td.TdClassName
{
border-color: #343EBC;
}
.TagClassName
{
border-color: #343EBC;
}
</style>