Shades of Persian Blue #342ECE
Tints of Persian Blue #342ECE
RGB
CMYK
RGB Variations
Color information
#342ECE (or 0x342ECE) is known color: Persian Blue. HEX triplet: 34, 2E and CE. RGB value is (52,46,206). Sum of RGB (Red+Green+Blue) = 52+46+206=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #342ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342ECE is #CBD131. Grayscale: #414141. Windows color (decimal): -13357362 or 13512244. OLE color: 13512244.
HSL color Cylindrical-coordinate representation of color #342ECE: hue angle of 242.25º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #342ECE is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 46 | 206 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.19 |
| HSL | 242.25º | 0.63% | 0.49% | - |
| HSV(B) | 242.25º | 0.78% | 0.81% | - |
| XYZ | 13.53 | 7.14 | 59.06 | - |
| YUV | 66.03 | 206.99 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 206 | 0.75 | 0.78 | 0 | 0.19 | 242.25 | 0.63 | 0.49 |
| Hex | 34 | 2E | CE | 4B | 4E | 0 | 13 | F2 | 3F | 31 |
| Octal | 64 | 56 | 316 | 113 | 116 | 0 | 23 | 362 | 77 | 61 |
| Binary | 110100 | 101110 | 11001110 | 1001011 | 1001110 | 0 | 10011 | 11110010 | 111111 | 110001 |
Color Harmonies of #342ECE
Complementary color
Monochromatic Colors of #342ECE
Black with #342ECE
Text Example
Text Example
White with #342ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342ECE; }
p { color: rgb(52,46,206); }
H1.HeaderClassName
{
color: #342ECE;
}
.AnyTagClassName
{
color: #342ECE;
}
</style>
background-color css
<style>
a { background-color: #342ECE; }
a { background-color: rgb(52,46,206); }
div.DivClassName
{
background-color: #342ECE;
}
.BgClassName
{
background-color: #342ECE;
}
</style>
border-color css
<style>
span { border-color: #342ECE; }
span { border-color: rgb(52,46,206); }
td.TdClassName
{
border-color: #342ECE;
}
.TagClassName
{
border-color: #342ECE;
}
</style>