Shades of Persian Blue #3224BC
Tints of Persian Blue #3224BC
RGB
CMYK
RGB Variations
Color information
#3224BC (or 0x3224BC) is known color: Persian Blue. HEX triplet: 32, 24 and BC. RGB value is (50,36,188). Sum of RGB (Red+Green+Blue) = 50+36+188=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #3224BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3224BC is #CDDB43. Grayscale: #383838. Windows color (decimal): -13491012 or 12330034. OLE color: 12330034.
HSL color Cylindrical-coordinate representation of color #3224BC: hue angle of 245.53º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3224BC is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 36 | 188 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.26 |
| HSL | 245.53º | 0.68% | 0.44% | - |
| HSV(B) | 245.53º | 0.81% | 0.74% | - |
| XYZ | 11.02 | 5.57 | 48.07 | - |
| YUV | 57.51 | 201.64 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 188 | 0.73 | 0.81 | 0 | 0.26 | 245.53 | 0.68 | 0.44 |
| Hex | 32 | 24 | BC | 49 | 51 | 0 | 1A | F6 | 44 | 2C |
| Octal | 62 | 44 | 274 | 111 | 121 | 0 | 32 | 366 | 104 | 54 |
| Binary | 110010 | 100100 | 10111100 | 1001001 | 1010001 | 0 | 11010 | 11110110 | 1000100 | 101100 |
Color Harmonies of #3224BC
Complementary color
Monochromatic Colors of #3224BC
Black with #3224BC
Text Example
Text Example
White with #3224BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3224BC; }
p { color: rgb(50,36,188); }
H1.HeaderClassName
{
color: #3224BC;
}
.AnyTagClassName
{
color: #3224BC;
}
</style>
background-color css
<style>
a { background-color: #3224BC; }
a { background-color: rgb(50,36,188); }
div.DivClassName
{
background-color: #3224BC;
}
.BgClassName
{
background-color: #3224BC;
}
</style>
border-color css
<style>
span { border-color: #3224BC; }
span { border-color: rgb(50,36,188); }
td.TdClassName
{
border-color: #3224BC;
}
.TagClassName
{
border-color: #3224BC;
}
</style>