Shades of Persian Blue #342FCE
Tints of Persian Blue #342FCE
RGB
CMYK
RGB Variations
Color information
#342FCE (or 0x342FCE) is known color: Persian Blue. HEX triplet: 34, 2F and CE. RGB value is (52,47,206). Sum of RGB (Red+Green+Blue) = 52+47+206=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #342FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342FCE is #CBD031. Grayscale: #414141. Windows color (decimal): -13357106 or 13512500. OLE color: 13512500.
HSL color Cylindrical-coordinate representation of color #342FCE: hue angle of 241.89º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #342FCE is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 47 | 206 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.19 |
| HSL | 241.89º | 0.63% | 0.5% | - |
| HSV(B) | 241.89º | 0.77% | 0.81% | - |
| XYZ | 13.57 | 7.22 | 59.07 | - |
| YUV | 66.62 | 206.66 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 206 | 0.75 | 0.77 | 0 | 0.19 | 241.89 | 0.63 | 0.5 |
| Hex | 34 | 2F | CE | 4B | 4D | 0 | 13 | F2 | 3F | 32 |
| Octal | 64 | 57 | 316 | 113 | 115 | 0 | 23 | 362 | 77 | 62 |
| Binary | 110100 | 101111 | 11001110 | 1001011 | 1001101 | 0 | 10011 | 11110010 | 111111 | 110010 |
Color Harmonies of #342FCE
Complementary color
Monochromatic Colors of #342FCE
Black with #342FCE
Text Example
Text Example
White with #342FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342FCE; }
p { color: rgb(52,47,206); }
H1.HeaderClassName
{
color: #342FCE;
}
.AnyTagClassName
{
color: #342FCE;
}
</style>
background-color css
<style>
a { background-color: #342FCE; }
a { background-color: rgb(52,47,206); }
div.DivClassName
{
background-color: #342FCE;
}
.BgClassName
{
background-color: #342FCE;
}
</style>
border-color css
<style>
span { border-color: #342FCE; }
span { border-color: rgb(52,47,206); }
td.TdClassName
{
border-color: #342FCE;
}
.TagClassName
{
border-color: #342FCE;
}
</style>