Shades of Persian Blue #342EBA
Tints of Persian Blue #342EBA
RGB
CMYK
RGB Variations
Color information
#342EBA (or 0x342EBA) is known color: Persian Blue. HEX triplet: 34, 2E and BA. RGB value is (52,46,186). Sum of RGB (Red+Green+Blue) = 52+46+186=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #342EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342EBA is #CBD145. Grayscale: #3F3F3F. Windows color (decimal): -13357382 or 12201524. OLE color: 12201524.
HSL color Cylindrical-coordinate representation of color #342EBA: hue angle of 242.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #342EBA is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 46 | 186 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.27 |
| HSL | 242.57º | 0.6% | 0.45% | - |
| HSV(B) | 242.57º | 0.75% | 0.73% | - |
| XYZ | 11.26 | 6.23 | 47.06 | - |
| YUV | 63.75 | 196.99 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 186 | 0.72 | 0.75 | 0 | 0.27 | 242.57 | 0.6 | 0.45 |
| Hex | 34 | 2E | BA | 48 | 4B | 0 | 1B | F3 | 3C | 2D |
| Octal | 64 | 56 | 272 | 110 | 113 | 0 | 33 | 363 | 74 | 55 |
| Binary | 110100 | 101110 | 10111010 | 1001000 | 1001011 | 0 | 11011 | 11110011 | 111100 | 101101 |
Color Harmonies of #342EBA
Complementary color
Monochromatic Colors of #342EBA
Black with #342EBA
Text Example
Text Example
White with #342EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342EBA; }
p { color: rgb(52,46,186); }
H1.HeaderClassName
{
color: #342EBA;
}
.AnyTagClassName
{
color: #342EBA;
}
</style>
background-color css
<style>
a { background-color: #342EBA; }
a { background-color: rgb(52,46,186); }
div.DivClassName
{
background-color: #342EBA;
}
.BgClassName
{
background-color: #342EBA;
}
</style>
border-color css
<style>
span { border-color: #342EBA; }
span { border-color: rgb(52,46,186); }
td.TdClassName
{
border-color: #342EBA;
}
.TagClassName
{
border-color: #342EBA;
}
</style>