Shades of Persian Blue #342BBB
Tints of Persian Blue #342BBB
RGB
CMYK
RGB Variations
Color information
#342BBB (or 0x342BBB) is known color: Persian Blue. HEX triplet: 34, 2B and BB. RGB value is (52,43,187). Sum of RGB (Red+Green+Blue) = 52+43+187=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #342BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342BBB is #CBD444. Grayscale: #3D3D3D. Windows color (decimal): -13358149 or 12266292. OLE color: 12266292.
HSL color Cylindrical-coordinate representation of color #342BBB: hue angle of 243.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #342BBB is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 43 | 187 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.27 |
| HSL | 243.75º | 0.63% | 0.45% | - |
| HSV(B) | 243.75º | 0.77% | 0.73% | - |
| XYZ | 11.25 | 6.05 | 47.59 | - |
| YUV | 62.11 | 198.48 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 43 | 187 | 0.72 | 0.77 | 0 | 0.27 | 243.75 | 0.63 | 0.45 |
| Hex | 34 | 2B | BB | 48 | 4D | 0 | 1B | F4 | 3F | 2D |
| Octal | 64 | 53 | 273 | 110 | 115 | 0 | 33 | 364 | 77 | 55 |
| Binary | 110100 | 101011 | 10111011 | 1001000 | 1001101 | 0 | 11011 | 11110100 | 111111 | 101101 |
Color Harmonies of #342BBB
Complementary color
Monochromatic Colors of #342BBB
Black with #342BBB
Text Example
Text Example
White with #342BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342BBB; }
p { color: rgb(52,43,187); }
H1.HeaderClassName
{
color: #342BBB;
}
.AnyTagClassName
{
color: #342BBB;
}
</style>
background-color css
<style>
a { background-color: #342BBB; }
a { background-color: rgb(52,43,187); }
div.DivClassName
{
background-color: #342BBB;
}
.BgClassName
{
background-color: #342BBB;
}
</style>
border-color css
<style>
span { border-color: #342BBB; }
span { border-color: rgb(52,43,187); }
td.TdClassName
{
border-color: #342BBB;
}
.TagClassName
{
border-color: #342BBB;
}
</style>