Shades of Persian Blue #342CBA
Tints of Persian Blue #342CBA
RGB
CMYK
RGB Variations
Color information
#342CBA (or 0x342CBA) is known color: Persian Blue. HEX triplet: 34, 2C and BA. RGB value is (52,44,186). Sum of RGB (Red+Green+Blue) = 52+44+186=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #342CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342CBA is #CBD345. Grayscale: #3E3E3E. Windows color (decimal): -13357894 or 12201012. OLE color: 12201012.
HSL color Cylindrical-coordinate representation of color #342CBA: hue angle of 243.38º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #342CBA is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 44 | 186 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.27 |
| HSL | 243.38º | 0.62% | 0.45% | - |
| HSV(B) | 243.38º | 0.76% | 0.73% | - |
| XYZ | 11.18 | 6.08 | 47.04 | - |
| YUV | 62.58 | 197.65 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 44 | 186 | 0.72 | 0.76 | 0 | 0.27 | 243.38 | 0.62 | 0.45 |
| Hex | 34 | 2C | BA | 48 | 4C | 0 | 1B | F3 | 3E | 2D |
| Octal | 64 | 54 | 272 | 110 | 114 | 0 | 33 | 363 | 76 | 55 |
| Binary | 110100 | 101100 | 10111010 | 1001000 | 1001100 | 0 | 11011 | 11110011 | 111110 | 101101 |
Color Harmonies of #342CBA
Complementary color
Monochromatic Colors of #342CBA
Black with #342CBA
Text Example
Text Example
White with #342CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342CBA; }
p { color: rgb(52,44,186); }
H1.HeaderClassName
{
color: #342CBA;
}
.AnyTagClassName
{
color: #342CBA;
}
</style>
background-color css
<style>
a { background-color: #342CBA; }
a { background-color: rgb(52,44,186); }
div.DivClassName
{
background-color: #342CBA;
}
.BgClassName
{
background-color: #342CBA;
}
</style>
border-color css
<style>
span { border-color: #342CBA; }
span { border-color: rgb(52,44,186); }
td.TdClassName
{
border-color: #342CBA;
}
.TagClassName
{
border-color: #342CBA;
}
</style>