Shades of Persian Blue #342ABB
Tints of Persian Blue #342ABB
RGB
CMYK
RGB Variations
Color information
#342ABB (or 0x342ABB) is known color: Persian Blue. HEX triplet: 34, 2A and BB. RGB value is (52,42,187). Sum of RGB (Red+Green+Blue) = 52+42+187=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #342ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342ABB is #CBD544. Grayscale: #3C3C3C. Windows color (decimal): -13358405 or 12266036. OLE color: 12266036.
HSL color Cylindrical-coordinate representation of color #342ABB: hue angle of 244.14º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #342ABB is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 42 | 187 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.27 |
| HSL | 244.14º | 0.63% | 0.45% | - |
| HSV(B) | 244.14º | 0.78% | 0.73% | - |
| XYZ | 11.21 | 5.97 | 47.58 | - |
| YUV | 61.52 | 198.81 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 42 | 187 | 0.72 | 0.78 | 0 | 0.27 | 244.14 | 0.63 | 0.45 |
| Hex | 34 | 2A | BB | 48 | 4E | 0 | 1B | F4 | 3F | 2D |
| Octal | 64 | 52 | 273 | 110 | 116 | 0 | 33 | 364 | 77 | 55 |
| Binary | 110100 | 101010 | 10111011 | 1001000 | 1001110 | 0 | 11011 | 11110100 | 111111 | 101101 |
Color Harmonies of #342ABB
Complementary color
Monochromatic Colors of #342ABB
Black with #342ABB
Text Example
Text Example
White with #342ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342ABB; }
p { color: rgb(52,42,187); }
H1.HeaderClassName
{
color: #342ABB;
}
.AnyTagClassName
{
color: #342ABB;
}
</style>
background-color css
<style>
a { background-color: #342ABB; }
a { background-color: rgb(52,42,187); }
div.DivClassName
{
background-color: #342ABB;
}
.BgClassName
{
background-color: #342ABB;
}
</style>
border-color css
<style>
span { border-color: #342ABB; }
span { border-color: rgb(52,42,187); }
td.TdClassName
{
border-color: #342ABB;
}
.TagClassName
{
border-color: #342ABB;
}
</style>