Shades of Persian Blue #3224B6
Tints of Persian Blue #3224B6
RGB
CMYK
RGB Variations
Color information
#3224B6 (or 0x3224B6) is known color: Persian Blue. HEX triplet: 32, 24 and B6. RGB value is (50,36,182). Sum of RGB (Red+Green+Blue) = 50+36+182=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 182 (71.48% from 255 or 67.91% from 268); Max value from RGB is 182 - color contains mainly: blue. Hex color #3224B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3224B6 is #CDDB49. Grayscale: #383838. Windows color (decimal): -13491018 or 11936818. OLE color: 11936818.
HSL color Cylindrical-coordinate representation of color #3224B6: hue angle of 245.75º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3224B6 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 36 | 182 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.29 |
| HSL | 245.75º | 0.67% | 0.43% | - |
| HSV(B) | 245.75º | 0.8% | 0.71% | - |
| XYZ | 10.39 | 5.32 | 44.73 | - |
| YUV | 56.83 | 198.64 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 182 | 0.73 | 0.80 | 0 | 0.29 | 245.75 | 0.67 | 0.43 |
| Hex | 32 | 24 | B6 | 49 | 50 | 0 | 1D | F6 | 43 | 2B |
| Octal | 62 | 44 | 266 | 111 | 120 | 0 | 35 | 366 | 103 | 53 |
| Binary | 110010 | 100100 | 10110110 | 1001001 | 1010000 | 0 | 11101 | 11110110 | 1000011 | 101011 |
Color Harmonies of #3224B6
Complementary color
Monochromatic Colors of #3224B6
Black with #3224B6
Text Example
Text Example
White with #3224B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3224B6; }
p { color: rgb(50,36,182); }
H1.HeaderClassName
{
color: #3224B6;
}
.AnyTagClassName
{
color: #3224B6;
}
</style>
background-color css
<style>
a { background-color: #3224B6; }
a { background-color: rgb(50,36,182); }
div.DivClassName
{
background-color: #3224B6;
}
.BgClassName
{
background-color: #3224B6;
}
</style>
border-color css
<style>
span { border-color: #3224B6; }
span { border-color: rgb(50,36,182); }
td.TdClassName
{
border-color: #3224B6;
}
.TagClassName
{
border-color: #3224B6;
}
</style>