Shades of Persian Blue #343BBC
Tints of Persian Blue #343BBC
RGB
CMYK
RGB Variations
Color information
#343BBC (or 0x343BBC) is known color: Persian Blue. HEX triplet: 34, 3B and BC. RGB value is (52,59,188). Sum of RGB (Red+Green+Blue) = 52+59+188=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #343BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343BBC is #CBC443. Grayscale: #474747. Windows color (decimal): -13354052 or 12335924. OLE color: 12335924.
HSL color Cylindrical-coordinate representation of color #343BBC: hue angle of 236.91º 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 #343BBC is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 59 | 188 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.26 |
| HSL | 236.91º | 0.57% | 0.47% | - |
| HSV(B) | 236.91º | 0.72% | 0.74% | - |
| XYZ | 12.06 | 7.49 | 48.39 | - |
| YUV | 71.61 | 193.68 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 188 | 0.72 | 0.69 | 0 | 0.26 | 236.91 | 0.57 | 0.47 |
| Hex | 34 | 3B | BC | 48 | 45 | 0 | 1A | ED | 39 | 2F |
| Octal | 64 | 73 | 274 | 110 | 105 | 0 | 32 | 355 | 71 | 57 |
| Binary | 110100 | 111011 | 10111100 | 1001000 | 1000101 | 0 | 11010 | 11101101 | 111001 | 101111 |
Color Harmonies of #343BBC
Complementary color
Monochromatic Colors of #343BBC
Black with #343BBC
Text Example
Text Example
White with #343BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343BBC; }
p { color: rgb(52,59,188); }
H1.HeaderClassName
{
color: #343BBC;
}
.AnyTagClassName
{
color: #343BBC;
}
</style>
background-color css
<style>
a { background-color: #343BBC; }
a { background-color: rgb(52,59,188); }
div.DivClassName
{
background-color: #343BBC;
}
.BgClassName
{
background-color: #343BBC;
}
</style>
border-color css
<style>
span { border-color: #343BBC; }
span { border-color: rgb(52,59,188); }
td.TdClassName
{
border-color: #343BBC;
}
.TagClassName
{
border-color: #343BBC;
}
</style>