Shades of Persian Blue #342CBE
Tints of Persian Blue #342CBE
RGB
CMYK
RGB Variations
Color information
#342CBE (or 0x342CBE) is known color: Persian Blue. HEX triplet: 34, 2C and BE. RGB value is (52,44,190). Sum of RGB (Red+Green+Blue) = 52+44+190=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #342CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342CBE is #CBD341. Grayscale: #3E3E3E. Windows color (decimal): -13357890 or 12463156. OLE color: 12463156.
HSL color Cylindrical-coordinate representation of color #342CBE: hue angle of 243.29º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #342CBE is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 44 | 190 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.25 |
| HSL | 243.29º | 0.62% | 0.46% | - |
| HSV(B) | 243.29º | 0.77% | 0.75% | - |
| XYZ | 11.61 | 6.25 | 49.31 | - |
| YUV | 63.04 | 199.65 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 44 | 190 | 0.73 | 0.77 | 0 | 0.25 | 243.29 | 0.62 | 0.46 |
| Hex | 34 | 2C | BE | 49 | 4D | 0 | 19 | F3 | 3E | 2E |
| Octal | 64 | 54 | 276 | 111 | 115 | 0 | 31 | 363 | 76 | 56 |
| Binary | 110100 | 101100 | 10111110 | 1001001 | 1001101 | 0 | 11001 | 11110011 | 111110 | 101110 |
Color Harmonies of #342CBE
Complementary color
Monochromatic Colors of #342CBE
Black with #342CBE
Text Example
Text Example
White with #342CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342CBE; }
p { color: rgb(52,44,190); }
H1.HeaderClassName
{
color: #342CBE;
}
.AnyTagClassName
{
color: #342CBE;
}
</style>
background-color css
<style>
a { background-color: #342CBE; }
a { background-color: rgb(52,44,190); }
div.DivClassName
{
background-color: #342CBE;
}
.BgClassName
{
background-color: #342CBE;
}
</style>
border-color css
<style>
span { border-color: #342CBE; }
span { border-color: rgb(52,44,190); }
td.TdClassName
{
border-color: #342CBE;
}
.TagClassName
{
border-color: #342CBE;
}
</style>