Shades of Persian Blue #3229B6
Tints of Persian Blue #3229B6
RGB
CMYK
RGB Variations
Color information
#3229B6 (or 0x3229B6) is known color: Persian Blue. HEX triplet: 32, 29 and B6. RGB value is (50,41,182). Sum of RGB (Red+Green+Blue) = 50+41+182=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 182 (71.48% from 255 or 66.67% from 273); Max value from RGB is 182 - color contains mainly: blue. Hex color #3229B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3229B6 is #CDD649. Grayscale: #3B3B3B. Windows color (decimal): -13489738 or 11938098. OLE color: 11938098.
HSL color Cylindrical-coordinate representation of color #3229B6: hue angle of 243.83º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3229B6 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 41 | 182 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.29 |
| HSL | 243.83º | 0.63% | 0.44% | - |
| HSV(B) | 243.83º | 0.77% | 0.71% | - |
| XYZ | 10.55 | 5.64 | 44.79 | - |
| YUV | 59.77 | 196.98 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 182 | 0.73 | 0.77 | 0 | 0.29 | 243.83 | 0.63 | 0.44 |
| Hex | 32 | 29 | B6 | 49 | 4D | 0 | 1D | F4 | 3F | 2C |
| Octal | 62 | 51 | 266 | 111 | 115 | 0 | 35 | 364 | 77 | 54 |
| Binary | 110010 | 101001 | 10110110 | 1001001 | 1001101 | 0 | 11101 | 11110100 | 111111 | 101100 |
Color Harmonies of #3229B6
Complementary color
Monochromatic Colors of #3229B6
Black with #3229B6
Text Example
Text Example
White with #3229B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3229B6; }
p { color: rgb(50,41,182); }
H1.HeaderClassName
{
color: #3229B6;
}
.AnyTagClassName
{
color: #3229B6;
}
</style>
background-color css
<style>
a { background-color: #3229B6; }
a { background-color: rgb(50,41,182); }
div.DivClassName
{
background-color: #3229B6;
}
.BgClassName
{
background-color: #3229B6;
}
</style>
border-color css
<style>
span { border-color: #3229B6; }
span { border-color: rgb(50,41,182); }
td.TdClassName
{
border-color: #3229B6;
}
.TagClassName
{
border-color: #3229B6;
}
</style>