Shades of Persian Blue #342CCF
Tints of Persian Blue #342CCF
RGB
CMYK
RGB Variations
Color information
#342CCF (or 0x342CCF) is known color: Persian Blue. HEX triplet: 34, 2C and CF. RGB value is (52,44,207). Sum of RGB (Red+Green+Blue) = 52+44+207=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #342CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342CCF is #CBD330. Grayscale: #404040. Windows color (decimal): -13357873 or 13577268. OLE color: 13577268.
HSL color Cylindrical-coordinate representation of color #342CCF: hue angle of 242.94º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #342CCF is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 44 | 207 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.19 |
| HSL | 242.94º | 0.65% | 0.49% | - |
| HSV(B) | 242.94º | 0.79% | 0.81% | - |
| XYZ | 13.58 | 7.04 | 59.67 | - |
| YUV | 64.97 | 208.15 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 44 | 207 | 0.75 | 0.79 | 0 | 0.19 | 242.94 | 0.65 | 0.49 |
| Hex | 34 | 2C | CF | 4B | 4F | 0 | 13 | F3 | 41 | 31 |
| Octal | 64 | 54 | 317 | 113 | 117 | 0 | 23 | 363 | 101 | 61 |
| Binary | 110100 | 101100 | 11001111 | 1001011 | 1001111 | 0 | 10011 | 11110011 | 1000001 | 110001 |
Color Harmonies of #342CCF
Complementary color
Monochromatic Colors of #342CCF
Black with #342CCF
Text Example
Text Example
White with #342CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342CCF; }
p { color: rgb(52,44,207); }
H1.HeaderClassName
{
color: #342CCF;
}
.AnyTagClassName
{
color: #342CCF;
}
</style>
background-color css
<style>
a { background-color: #342CCF; }
a { background-color: rgb(52,44,207); }
div.DivClassName
{
background-color: #342CCF;
}
.BgClassName
{
background-color: #342CCF;
}
</style>
border-color css
<style>
span { border-color: #342CCF; }
span { border-color: rgb(52,44,207); }
td.TdClassName
{
border-color: #342CCF;
}
.TagClassName
{
border-color: #342CCF;
}
</style>