Shades of Persian Blue #342DBB
Tints of Persian Blue #342DBB
RGB
CMYK
RGB Variations
Color information
#342DBB (or 0x342DBB) is known color: Persian Blue. HEX triplet: 34, 2D and BB. RGB value is (52,45,187). Sum of RGB (Red+Green+Blue) = 52+45+187=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #342DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342DBB is #CBD244. Grayscale: #3E3E3E. Windows color (decimal): -13357637 or 12266804. OLE color: 12266804.
HSL color Cylindrical-coordinate representation of color #342DBB: hue angle of 242.96º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #342DBB is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 45 | 187 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.27 |
| HSL | 242.96º | 0.61% | 0.45% | - |
| HSV(B) | 242.96º | 0.76% | 0.73% | - |
| XYZ | 11.32 | 6.19 | 47.61 | - |
| YUV | 63.28 | 197.82 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 45 | 187 | 0.72 | 0.76 | 0 | 0.27 | 242.96 | 0.61 | 0.45 |
| Hex | 34 | 2D | BB | 48 | 4C | 0 | 1B | F3 | 3D | 2D |
| Octal | 64 | 55 | 273 | 110 | 114 | 0 | 33 | 363 | 75 | 55 |
| Binary | 110100 | 101101 | 10111011 | 1001000 | 1001100 | 0 | 11011 | 11110011 | 111101 | 101101 |
Color Harmonies of #342DBB
Complementary color
Monochromatic Colors of #342DBB
Black with #342DBB
Text Example
Text Example
White with #342DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342DBB; }
p { color: rgb(52,45,187); }
H1.HeaderClassName
{
color: #342DBB;
}
.AnyTagClassName
{
color: #342DBB;
}
</style>
background-color css
<style>
a { background-color: #342DBB; }
a { background-color: rgb(52,45,187); }
div.DivClassName
{
background-color: #342DBB;
}
.BgClassName
{
background-color: #342DBB;
}
</style>
border-color css
<style>
span { border-color: #342DBB; }
span { border-color: rgb(52,45,187); }
td.TdClassName
{
border-color: #342DBB;
}
.TagClassName
{
border-color: #342DBB;
}
</style>