Shades of Persian Blue #342DB8
Tints of Persian Blue #342DB8
RGB
CMYK
RGB Variations
Color information
#342DB8 (or 0x342DB8) is known color: Persian Blue. HEX triplet: 34, 2D and B8. RGB value is (52,45,184). Sum of RGB (Red+Green+Blue) = 52+45+184=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 184 (72.27% from 255 or 65.48% from 281); Max value from RGB is 184 - color contains mainly: blue. Hex color #342DB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342DB8 is #CBD247. Grayscale: #3E3E3E. Windows color (decimal): -13357640 or 12070196. OLE color: 12070196.
HSL color Cylindrical-coordinate representation of color #342DB8: hue angle of 243.02º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #342DB8 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 52 | 45 | 184 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.28 |
| HSL | 243.02º | 0.61% | 0.45% | - |
| HSV(B) | 243.02º | 0.76% | 0.72% | - |
| XYZ | 11.01 | 6.07 | 45.94 | - |
| YUV | 62.94 | 196.32 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 45 | 184 | 0.72 | 0.76 | 0 | 0.28 | 243.02 | 0.61 | 0.45 |
| Hex | 34 | 2D | B8 | 48 | 4C | 0 | 1C | F3 | 3D | 2D |
| Octal | 64 | 55 | 270 | 110 | 114 | 0 | 34 | 363 | 75 | 55 |
| Binary | 110100 | 101101 | 10111000 | 1001000 | 1001100 | 0 | 11100 | 11110011 | 111101 | 101101 |
Color Harmonies of #342DB8
Complementary color
Monochromatic Colors of #342DB8
Black with #342DB8
Text Example
Text Example
White with #342DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342DB8; }
p { color: rgb(52,45,184); }
H1.HeaderClassName
{
color: #342DB8;
}
.AnyTagClassName
{
color: #342DB8;
}
</style>
background-color css
<style>
a { background-color: #342DB8; }
a { background-color: rgb(52,45,184); }
div.DivClassName
{
background-color: #342DB8;
}
.BgClassName
{
background-color: #342DB8;
}
</style>
border-color css
<style>
span { border-color: #342DB8; }
span { border-color: rgb(52,45,184); }
td.TdClassName
{
border-color: #342DB8;
}
.TagClassName
{
border-color: #342DB8;
}
</style>