Shades of Persian Blue #342FBF
Tints of Persian Blue #342FBF
RGB
CMYK
RGB Variations
Color information
#342FBF (or 0x342FBF) is known color: Persian Blue. HEX triplet: 34, 2F and BF. RGB value is (52,47,191). Sum of RGB (Red+Green+Blue) = 52+47+191=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #342FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342FBF is #CBD040. Grayscale: #404040. Windows color (decimal): -13357121 or 12529460. OLE color: 12529460.
HSL color Cylindrical-coordinate representation of color #342FBF: hue angle of 242.08º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #342FBF is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 47 | 191 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.25 |
| HSL | 242.08º | 0.61% | 0.47% | - |
| HSV(B) | 242.08º | 0.75% | 0.75% | - |
| XYZ | 11.84 | 6.52 | 49.93 | - |
| YUV | 64.91 | 199.16 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 191 | 0.73 | 0.75 | 0 | 0.25 | 242.08 | 0.61 | 0.47 |
| Hex | 34 | 2F | BF | 49 | 4B | 0 | 19 | F2 | 3D | 2F |
| Octal | 64 | 57 | 277 | 111 | 113 | 0 | 31 | 362 | 75 | 57 |
| Binary | 110100 | 101111 | 10111111 | 1001001 | 1001011 | 0 | 11001 | 11110010 | 111101 | 101111 |
Color Harmonies of #342FBF
Complementary color
Monochromatic Colors of #342FBF
Black with #342FBF
Text Example
Text Example
White with #342FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342FBF; }
p { color: rgb(52,47,191); }
H1.HeaderClassName
{
color: #342FBF;
}
.AnyTagClassName
{
color: #342FBF;
}
</style>
background-color css
<style>
a { background-color: #342FBF; }
a { background-color: rgb(52,47,191); }
div.DivClassName
{
background-color: #342FBF;
}
.BgClassName
{
background-color: #342FBF;
}
</style>
border-color css
<style>
span { border-color: #342FBF; }
span { border-color: rgb(52,47,191); }
td.TdClassName
{
border-color: #342FBF;
}
.TagClassName
{
border-color: #342FBF;
}
</style>