Shades of Persian Blue #342FDC
Tints of Persian Blue #342FDC
RGB
CMYK
RGB Variations
Color information
#342FDC (or 0x342FDC) is known color: Persian Blue. HEX triplet: 34, 2F and DC. RGB value is (52,47,220). Sum of RGB (Red+Green+Blue) = 52+47+220=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #342FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342FDC is #CBD023. Grayscale: #434343. Windows color (decimal): -13357092 or 14430004. OLE color: 14430004.
HSL color Cylindrical-coordinate representation of color #342FDC: hue angle of 241.73º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #342FDC is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 47 | 220 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.14 |
| HSL | 241.73º | 0.71% | 0.52% | - |
| HSV(B) | 241.73º | 0.79% | 0.86% | - |
| XYZ | 15.35 | 7.93 | 68.43 | - |
| YUV | 68.22 | 213.66 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 220 | 0.76 | 0.79 | 0 | 0.14 | 241.73 | 0.71 | 0.52 |
| Hex | 34 | 2F | DC | 4C | 4F | 0 | E | F2 | 47 | 34 |
| Octal | 64 | 57 | 334 | 114 | 117 | 0 | 16 | 362 | 107 | 64 |
| Binary | 110100 | 101111 | 11011100 | 1001100 | 1001111 | 0 | 1110 | 11110010 | 1000111 | 110100 |
Color Harmonies of #342FDC
Complementary color
Monochromatic Colors of #342FDC
Black with #342FDC
Text Example
Text Example
White with #342FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342FDC; }
p { color: rgb(52,47,220); }
H1.HeaderClassName
{
color: #342FDC;
}
.AnyTagClassName
{
color: #342FDC;
}
</style>
background-color css
<style>
a { background-color: #342FDC; }
a { background-color: rgb(52,47,220); }
div.DivClassName
{
background-color: #342FDC;
}
.BgClassName
{
background-color: #342FDC;
}
</style>
border-color css
<style>
span { border-color: #342FDC; }
span { border-color: rgb(52,47,220); }
td.TdClassName
{
border-color: #342FDC;
}
.TagClassName
{
border-color: #342FDC;
}
</style>