Shades of Persian Blue #342FAC
Tints of Persian Blue #342FAC
RGB
CMYK
RGB Variations
Color information
#342FAC (or 0x342FAC) is known color: Persian Blue. HEX triplet: 34, 2F and AC. RGB value is (52,47,172). Sum of RGB (Red+Green+Blue) = 52+47+172=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #342FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342FAC is #CBD053. Grayscale: #3E3E3E. Windows color (decimal): -13357140 or 11284276. OLE color: 11284276.
HSL color Cylindrical-coordinate representation of color #342FAC: hue angle of 242.4º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #342FAC is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 47 | 172 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.33 |
| HSL | 242.4º | 0.57% | 0.43% | - |
| HSV(B) | 242.4º | 0.73% | 0.67% | - |
| XYZ | 9.88 | 5.74 | 39.62 | - |
| YUV | 62.75 | 189.66 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 172 | 0.70 | 0.73 | 0 | 0.33 | 242.4 | 0.57 | 0.43 |
| Hex | 34 | 2F | AC | 46 | 49 | 0 | 21 | F2 | 39 | 2B |
| Octal | 64 | 57 | 254 | 106 | 111 | 0 | 41 | 362 | 71 | 53 |
| Binary | 110100 | 101111 | 10101100 | 1000110 | 1001001 | 0 | 100001 | 11110010 | 111001 | 101011 |
Color Harmonies of #342FAC
Complementary color
Monochromatic Colors of #342FAC
Black with #342FAC
Text Example
Text Example
White with #342FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342FAC; }
p { color: rgb(52,47,172); }
H1.HeaderClassName
{
color: #342FAC;
}
.AnyTagClassName
{
color: #342FAC;
}
</style>
background-color css
<style>
a { background-color: #342FAC; }
a { background-color: rgb(52,47,172); }
div.DivClassName
{
background-color: #342FAC;
}
.BgClassName
{
background-color: #342FAC;
}
</style>
border-color css
<style>
span { border-color: #342FAC; }
span { border-color: rgb(52,47,172); }
td.TdClassName
{
border-color: #342FAC;
}
.TagClassName
{
border-color: #342FAC;
}
</style>