Shades of Persian Blue #3234B5
Tints of Persian Blue #3234B5
RGB
CMYK
RGB Variations
Color information
#3234B5 (or 0x3234B5) is known color: Persian Blue. HEX triplet: 32, 34 and B5. RGB value is (50,52,181). Sum of RGB (Red+Green+Blue) = 50+52+181=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 181 (71.09% from 255 or 63.96% from 283); Max value from RGB is 181 - color contains mainly: blue. Hex color #3234B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3234B5 is #CDCB4A. Grayscale: #414141. Windows color (decimal): -13486923 or 11875378. OLE color: 11875378.
HSL color Cylindrical-coordinate representation of color #3234B5: hue angle of 239.08º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3234B5 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 52 | 181 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.29 |
| HSL | 239.08º | 0.57% | 0.45% | - |
| HSV(B) | 239.08º | 0.72% | 0.71% | - |
| XYZ | 10.88 | 6.47 | 44.39 | - |
| YUV | 66.11 | 192.84 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 181 | 0.72 | 0.71 | 0 | 0.29 | 239.08 | 0.57 | 0.45 |
| Hex | 32 | 34 | B5 | 48 | 47 | 0 | 1D | EF | 39 | 2D |
| Octal | 62 | 64 | 265 | 110 | 107 | 0 | 35 | 357 | 71 | 55 |
| Binary | 110010 | 110100 | 10110101 | 1001000 | 1000111 | 0 | 11101 | 11101111 | 111001 | 101101 |
Color Harmonies of #3234B5
Complementary color
Monochromatic Colors of #3234B5
Black with #3234B5
Text Example
Text Example
White with #3234B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3234B5; }
p { color: rgb(50,52,181); }
H1.HeaderClassName
{
color: #3234B5;
}
.AnyTagClassName
{
color: #3234B5;
}
</style>
background-color css
<style>
a { background-color: #3234B5; }
a { background-color: rgb(50,52,181); }
div.DivClassName
{
background-color: #3234B5;
}
.BgClassName
{
background-color: #3234B5;
}
</style>
border-color css
<style>
span { border-color: #3234B5; }
span { border-color: rgb(50,52,181); }
td.TdClassName
{
border-color: #3234B5;
}
.TagClassName
{
border-color: #3234B5;
}
</style>