Shades of Persian Blue #343CBD
Tints of Persian Blue #343CBD
RGB
CMYK
RGB Variations
Color information
#343CBD (or 0x343CBD) is known color: Persian Blue. HEX triplet: 34, 3C and BD. RGB value is (52,60,189). Sum of RGB (Red+Green+Blue) = 52+60+189=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #343CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343CBD is #CBC342. Grayscale: #474747. Windows color (decimal): -13353795 or 12401716. OLE color: 12401716.
HSL color Cylindrical-coordinate representation of color #343CBD: hue angle of 236.5º 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 #343CBD is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 60 | 189 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.26 |
| HSL | 236.5º | 0.57% | 0.47% | - |
| HSV(B) | 236.5º | 0.72% | 0.74% | - |
| XYZ | 12.22 | 7.64 | 48.97 | - |
| YUV | 72.31 | 193.85 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 189 | 0.72 | 0.68 | 0 | 0.26 | 236.5 | 0.57 | 0.47 |
| Hex | 34 | 3C | BD | 48 | 44 | 0 | 1A | EC | 39 | 2F |
| Octal | 64 | 74 | 275 | 110 | 104 | 0 | 32 | 354 | 71 | 57 |
| Binary | 110100 | 111100 | 10111101 | 1001000 | 1000100 | 0 | 11010 | 11101100 | 111001 | 101111 |
Color Harmonies of #343CBD
Complementary color
Monochromatic Colors of #343CBD
Black with #343CBD
Text Example
Text Example
White with #343CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343CBD; }
p { color: rgb(52,60,189); }
H1.HeaderClassName
{
color: #343CBD;
}
.AnyTagClassName
{
color: #343CBD;
}
</style>
background-color css
<style>
a { background-color: #343CBD; }
a { background-color: rgb(52,60,189); }
div.DivClassName
{
background-color: #343CBD;
}
.BgClassName
{
background-color: #343CBD;
}
</style>
border-color css
<style>
span { border-color: #343CBD; }
span { border-color: rgb(52,60,189); }
td.TdClassName
{
border-color: #343CBD;
}
.TagClassName
{
border-color: #343CBD;
}
</style>