Shades of Persian Blue #342EC4
Tints of Persian Blue #342EC4
RGB
CMYK
RGB Variations
Color information
#342EC4 (or 0x342EC4) is known color: Persian Blue. HEX triplet: 34, 2E and C4. RGB value is (52,46,196). Sum of RGB (Red+Green+Blue) = 52+46+196=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 196 (76.95% from 255 or 66.67% from 294); Max value from RGB is 196 - color contains mainly: blue. Hex color #342EC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342EC4 is #CBD13B. Grayscale: #404040. Windows color (decimal): -13357372 or 12856884. OLE color: 12856884.
HSL color Cylindrical-coordinate representation of color #342EC4: hue angle of 242.4º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #342EC4 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 46 | 196 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.23 |
| HSL | 242.4º | 0.62% | 0.47% | - |
| HSV(B) | 242.4º | 0.77% | 0.77% | - |
| XYZ | 12.36 | 6.67 | 52.86 | - |
| YUV | 64.89 | 201.99 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 196 | 0.73 | 0.77 | 0 | 0.23 | 242.4 | 0.62 | 0.47 |
| Hex | 34 | 2E | C4 | 49 | 4D | 0 | 17 | F2 | 3E | 2F |
| Octal | 64 | 56 | 304 | 111 | 115 | 0 | 27 | 362 | 76 | 57 |
| Binary | 110100 | 101110 | 11000100 | 1001001 | 1001101 | 0 | 10111 | 11110010 | 111110 | 101111 |
Color Harmonies of #342EC4
Complementary color
Monochromatic Colors of #342EC4
Black with #342EC4
Text Example
Text Example
White with #342EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342EC4; }
p { color: rgb(52,46,196); }
H1.HeaderClassName
{
color: #342EC4;
}
.AnyTagClassName
{
color: #342EC4;
}
</style>
background-color css
<style>
a { background-color: #342EC4; }
a { background-color: rgb(52,46,196); }
div.DivClassName
{
background-color: #342EC4;
}
.BgClassName
{
background-color: #342EC4;
}
</style>
border-color css
<style>
span { border-color: #342EC4; }
span { border-color: rgb(52,46,196); }
td.TdClassName
{
border-color: #342EC4;
}
.TagClassName
{
border-color: #342EC4;
}
</style>