Shades of Persian Blue #342EC8
Tints of Persian Blue #342EC8
RGB
CMYK
RGB Variations
Color information
#342EC8 (or 0x342EC8) is known color: Persian Blue. HEX triplet: 34, 2E and C8. RGB value is (52,46,200). Sum of RGB (Red+Green+Blue) = 52+46+200=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 200 (78.52% from 255 or 67.11% from 298); Max value from RGB is 200 - color contains mainly: blue. Hex color #342EC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342EC8 is #CBD137. Grayscale: #404040. Windows color (decimal): -13357368 or 13119028. OLE color: 13119028.
HSL color Cylindrical-coordinate representation of color #342EC8: hue angle of 242.34º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #342EC8 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 46 | 200 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.22 |
| HSL | 242.34º | 0.63% | 0.48% | - |
| HSV(B) | 242.34º | 0.77% | 0.78% | - |
| XYZ | 12.82 | 6.85 | 55.29 | - |
| YUV | 65.35 | 203.99 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 200 | 0.74 | 0.77 | 0 | 0.22 | 242.34 | 0.63 | 0.48 |
| Hex | 34 | 2E | C8 | 4A | 4D | 0 | 16 | F2 | 3F | 30 |
| Octal | 64 | 56 | 310 | 112 | 115 | 0 | 26 | 362 | 77 | 60 |
| Binary | 110100 | 101110 | 11001000 | 1001010 | 1001101 | 0 | 10110 | 11110010 | 111111 | 110000 |
Color Harmonies of #342EC8
Complementary color
Monochromatic Colors of #342EC8
Black with #342EC8
Text Example
Text Example
White with #342EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342EC8; }
p { color: rgb(52,46,200); }
H1.HeaderClassName
{
color: #342EC8;
}
.AnyTagClassName
{
color: #342EC8;
}
</style>
background-color css
<style>
a { background-color: #342EC8; }
a { background-color: rgb(52,46,200); }
div.DivClassName
{
background-color: #342EC8;
}
.BgClassName
{
background-color: #342EC8;
}
</style>
border-color css
<style>
span { border-color: #342EC8; }
span { border-color: rgb(52,46,200); }
td.TdClassName
{
border-color: #342EC8;
}
.TagClassName
{
border-color: #342EC8;
}
</style>