Shades of Persian Blue #342FA8
Tints of Persian Blue #342FA8
RGB
CMYK
RGB Variations
Color information
#342FA8 (or 0x342FA8) is known color: Persian Blue. HEX triplet: 34, 2F and A8. RGB value is (52,47,168). Sum of RGB (Red+Green+Blue) = 52+47+168=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 168 (66.02% from 255 or 62.92% from 267); Max value from RGB is 168 - color contains mainly: blue. Hex color #342FA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342FA8 is #CBD057. Grayscale: #3D3D3D. Windows color (decimal): -13357144 or 11022132. OLE color: 11022132.
HSL color Cylindrical-coordinate representation of color #342FA8: hue angle of 242.48º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #342FA8 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 52 | 47 | 168 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.34 |
| HSL | 242.48º | 0.56% | 0.42% | - |
| HSV(B) | 242.48º | 0.72% | 0.66% | - |
| XYZ | 9.5 | 5.59 | 37.62 | - |
| YUV | 62.29 | 187.66 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 168 | 0.69 | 0.72 | 0 | 0.34 | 242.48 | 0.56 | 0.42 |
| Hex | 34 | 2F | A8 | 45 | 48 | 0 | 22 | F2 | 38 | 2A |
| Octal | 64 | 57 | 250 | 105 | 110 | 0 | 42 | 362 | 70 | 52 |
| Binary | 110100 | 101111 | 10101000 | 1000101 | 1001000 | 0 | 100010 | 11110010 | 111000 | 101010 |
Color Harmonies of #342FA8
Complementary color
Monochromatic Colors of #342FA8
Black with #342FA8
Text Example
Text Example
White with #342FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342FA8; }
p { color: rgb(52,47,168); }
H1.HeaderClassName
{
color: #342FA8;
}
.AnyTagClassName
{
color: #342FA8;
}
</style>
background-color css
<style>
a { background-color: #342FA8; }
a { background-color: rgb(52,47,168); }
div.DivClassName
{
background-color: #342FA8;
}
.BgClassName
{
background-color: #342FA8;
}
</style>
border-color css
<style>
span { border-color: #342FA8; }
span { border-color: rgb(52,47,168); }
td.TdClassName
{
border-color: #342FA8;
}
.TagClassName
{
border-color: #342FA8;
}
</style>