Shades of Persian Blue #343ABD
Tints of Persian Blue #343ABD
RGB
CMYK
RGB Variations
Color information
#343ABD (or 0x343ABD) is known color: Persian Blue. HEX triplet: 34, 3A and BD. RGB value is (52,58,189). Sum of RGB (Red+Green+Blue) = 52+58+189=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #343ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343ABD is #CBC542. Grayscale: #464646. Windows color (decimal): -13354307 or 12401204. OLE color: 12401204.
HSL color Cylindrical-coordinate representation of color #343ABD: hue angle of 237.37º 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 #343ABD is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 58 | 189 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.26 |
| HSL | 237.37º | 0.57% | 0.47% | - |
| HSV(B) | 237.37º | 0.72% | 0.74% | - |
| XYZ | 12.11 | 7.43 | 48.94 | - |
| YUV | 71.14 | 194.51 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 189 | 0.72 | 0.69 | 0 | 0.26 | 237.37 | 0.57 | 0.47 |
| Hex | 34 | 3A | BD | 48 | 45 | 0 | 1A | ED | 39 | 2F |
| Octal | 64 | 72 | 275 | 110 | 105 | 0 | 32 | 355 | 71 | 57 |
| Binary | 110100 | 111010 | 10111101 | 1001000 | 1000101 | 0 | 11010 | 11101101 | 111001 | 101111 |
Color Harmonies of #343ABD
Complementary color
Monochromatic Colors of #343ABD
Black with #343ABD
Text Example
Text Example
White with #343ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343ABD; }
p { color: rgb(52,58,189); }
H1.HeaderClassName
{
color: #343ABD;
}
.AnyTagClassName
{
color: #343ABD;
}
</style>
background-color css
<style>
a { background-color: #343ABD; }
a { background-color: rgb(52,58,189); }
div.DivClassName
{
background-color: #343ABD;
}
.BgClassName
{
background-color: #343ABD;
}
</style>
border-color css
<style>
span { border-color: #343ABD; }
span { border-color: rgb(52,58,189); }
td.TdClassName
{
border-color: #343ABD;
}
.TagClassName
{
border-color: #343ABD;
}
</style>