Shades of Persian Blue #342BB1
Tints of Persian Blue #342BB1
RGB
CMYK
RGB Variations
Color information
#342BB1 (or 0x342BB1) is known color: Persian Blue. HEX triplet: 34, 2B and B1. RGB value is (52,43,177). Sum of RGB (Red+Green+Blue) = 52+43+177=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 177 (69.53% from 255 or 65.07% from 272); Max value from RGB is 177 - color contains mainly: blue. Hex color #342BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342BB1 is #CBD44E. Grayscale: #3C3C3C. Windows color (decimal): -13358159 or 11610932. OLE color: 11610932.
HSL color Cylindrical-coordinate representation of color #342BB1: hue angle of 244.03º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #342BB1 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 43 | 177 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.31 |
| HSL | 244.03º | 0.61% | 0.43% | - |
| HSV(B) | 244.03º | 0.76% | 0.69% | - |
| XYZ | 10.22 | 5.63 | 42.14 | - |
| YUV | 60.97 | 193.48 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 43 | 177 | 0.71 | 0.76 | 0 | 0.31 | 244.03 | 0.61 | 0.43 |
| Hex | 34 | 2B | B1 | 47 | 4C | 0 | 1F | F4 | 3D | 2B |
| Octal | 64 | 53 | 261 | 107 | 114 | 0 | 37 | 364 | 75 | 53 |
| Binary | 110100 | 101011 | 10110001 | 1000111 | 1001100 | 0 | 11111 | 11110100 | 111101 | 101011 |
Color Harmonies of #342BB1
Complementary color
Monochromatic Colors of #342BB1
Black with #342BB1
Text Example
Text Example
White with #342BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342BB1; }
p { color: rgb(52,43,177); }
H1.HeaderClassName
{
color: #342BB1;
}
.AnyTagClassName
{
color: #342BB1;
}
</style>
background-color css
<style>
a { background-color: #342BB1; }
a { background-color: rgb(52,43,177); }
div.DivClassName
{
background-color: #342BB1;
}
.BgClassName
{
background-color: #342BB1;
}
</style>
border-color css
<style>
span { border-color: #342BB1; }
span { border-color: rgb(52,43,177); }
td.TdClassName
{
border-color: #342BB1;
}
.TagClassName
{
border-color: #342BB1;
}
</style>