Shades of Persian Blue #342BBA
Tints of Persian Blue #342BBA
RGB
CMYK
RGB Variations
Color information
#342BBA (or 0x342BBA) is known color: Persian Blue. HEX triplet: 34, 2B and BA. RGB value is (52,43,186). Sum of RGB (Red+Green+Blue) = 52+43+186=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #342BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342BBA is #CBD445. Grayscale: #3D3D3D. Windows color (decimal): -13358150 or 12200756. OLE color: 12200756.
HSL color Cylindrical-coordinate representation of color #342BBA: hue angle of 243.78º degrees, saturation: 0.62, 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 #342BBA is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 43 | 186 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.27 |
| HSL | 243.78º | 0.62% | 0.45% | - |
| HSV(B) | 243.78º | 0.77% | 0.73% | - |
| XYZ | 11.14 | 6 | 47.03 | - |
| YUV | 61.99 | 197.98 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 43 | 186 | 0.72 | 0.77 | 0 | 0.27 | 243.78 | 0.62 | 0.45 |
| Hex | 34 | 2B | BA | 48 | 4D | 0 | 1B | F4 | 3E | 2D |
| Octal | 64 | 53 | 272 | 110 | 115 | 0 | 33 | 364 | 76 | 55 |
| Binary | 110100 | 101011 | 10111010 | 1001000 | 1001101 | 0 | 11011 | 11110100 | 111110 | 101101 |
Color Harmonies of #342BBA
Complementary color
Monochromatic Colors of #342BBA
Black with #342BBA
Text Example
Text Example
White with #342BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342BBA; }
p { color: rgb(52,43,186); }
H1.HeaderClassName
{
color: #342BBA;
}
.AnyTagClassName
{
color: #342BBA;
}
</style>
background-color css
<style>
a { background-color: #342BBA; }
a { background-color: rgb(52,43,186); }
div.DivClassName
{
background-color: #342BBA;
}
.BgClassName
{
background-color: #342BBA;
}
</style>
border-color css
<style>
span { border-color: #342BBA; }
span { border-color: rgb(52,43,186); }
td.TdClassName
{
border-color: #342BBA;
}
.TagClassName
{
border-color: #342BBA;
}
</style>