Shades of Persian Blue #342DCC
Tints of Persian Blue #342DCC
RGB
CMYK
RGB Variations
Color information
#342DCC (or 0x342DCC) is known color: Persian Blue. HEX triplet: 34, 2D and CC. RGB value is (52,45,204). Sum of RGB (Red+Green+Blue) = 52+45+204=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #342DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342DCC is #CBD233. Grayscale: #404040. Windows color (decimal): -13357620 or 13380916. OLE color: 13380916.
HSL color Cylindrical-coordinate representation of color #342DCC: hue angle of 242.64º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #342DCC is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 45 | 204 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.2 |
| HSL | 242.64º | 0.64% | 0.49% | - |
| HSV(B) | 242.64º | 0.78% | 0.8% | - |
| XYZ | 13.25 | 6.97 | 57.77 | - |
| YUV | 65.22 | 206.32 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 45 | 204 | 0.75 | 0.78 | 0 | 0.2 | 242.64 | 0.64 | 0.49 |
| Hex | 34 | 2D | CC | 4B | 4E | 0 | 14 | F3 | 40 | 31 |
| Octal | 64 | 55 | 314 | 113 | 116 | 0 | 24 | 363 | 100 | 61 |
| Binary | 110100 | 101101 | 11001100 | 1001011 | 1001110 | 0 | 10100 | 11110011 | 1000000 | 110001 |
Color Harmonies of #342DCC
Complementary color
Monochromatic Colors of #342DCC
Black with #342DCC
Text Example
Text Example
White with #342DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342DCC; }
p { color: rgb(52,45,204); }
H1.HeaderClassName
{
color: #342DCC;
}
.AnyTagClassName
{
color: #342DCC;
}
</style>
background-color css
<style>
a { background-color: #342DCC; }
a { background-color: rgb(52,45,204); }
div.DivClassName
{
background-color: #342DCC;
}
.BgClassName
{
background-color: #342DCC;
}
</style>
border-color css
<style>
span { border-color: #342DCC; }
span { border-color: rgb(52,45,204); }
td.TdClassName
{
border-color: #342DCC;
}
.TagClassName
{
border-color: #342DCC;
}
</style>