Shades of Persian Blue #343DBD
Tints of Persian Blue #343DBD
RGB
CMYK
RGB Variations
Color information
#343DBD (or 0x343DBD) is known color: Persian Blue. HEX triplet: 34, 3D and BD. RGB value is (52,61,189). Sum of RGB (Red+Green+Blue) = 52+61+189=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 189 (74.22% from 255 or 62.58% from 302); Max value from RGB is 189 - color contains mainly: blue. Hex color #343DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343DBD is #CBC242. Grayscale: #484848. Windows color (decimal): -13353539 or 12401972. OLE color: 12401972.
HSL color Cylindrical-coordinate representation of color #343DBD: hue angle of 236.06º 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 #343DBD is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 61 | 189 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.26 |
| HSL | 236.06º | 0.57% | 0.47% | - |
| HSV(B) | 236.06º | 0.72% | 0.74% | - |
| XYZ | 12.27 | 7.74 | 48.99 | - |
| YUV | 72.9 | 193.52 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 189 | 0.72 | 0.68 | 0 | 0.26 | 236.06 | 0.57 | 0.47 |
| Hex | 34 | 3D | BD | 48 | 44 | 0 | 1A | EC | 39 | 2F |
| Octal | 64 | 75 | 275 | 110 | 104 | 0 | 32 | 354 | 71 | 57 |
| Binary | 110100 | 111101 | 10111101 | 1001000 | 1000100 | 0 | 11010 | 11101100 | 111001 | 101111 |
Color Harmonies of #343DBD
Complementary color
Monochromatic Colors of #343DBD
Black with #343DBD
Text Example
Text Example
White with #343DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343DBD; }
p { color: rgb(52,61,189); }
H1.HeaderClassName
{
color: #343DBD;
}
.AnyTagClassName
{
color: #343DBD;
}
</style>
background-color css
<style>
a { background-color: #343DBD; }
a { background-color: rgb(52,61,189); }
div.DivClassName
{
background-color: #343DBD;
}
.BgClassName
{
background-color: #343DBD;
}
</style>
border-color css
<style>
span { border-color: #343DBD; }
span { border-color: rgb(52,61,189); }
td.TdClassName
{
border-color: #343DBD;
}
.TagClassName
{
border-color: #343DBD;
}
</style>