Shades of Persian Blue #3224AF
Tints of Persian Blue #3224AF
RGB
CMYK
RGB Variations
Color information
#3224AF (or 0x3224AF) is known color: Persian Blue. HEX triplet: 32, 24 and AF. RGB value is (50,36,175). Sum of RGB (Red+Green+Blue) = 50+36+175=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 175 (68.75% from 255 or 67.05% from 261); Max value from RGB is 175 - color contains mainly: blue. Hex color #3224AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3224AF is #CDDB50. Grayscale: #373737. Windows color (decimal): -13491025 or 11478066. OLE color: 11478066.
HSL color Cylindrical-coordinate representation of color #3224AF: hue angle of 246.04º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3224AF is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 36 | 175 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.31 |
| HSL | 246.04º | 0.66% | 0.41% | - |
| HSV(B) | 246.04º | 0.79% | 0.69% | - |
| XYZ | 9.68 | 5.04 | 41.02 | - |
| YUV | 56.03 | 195.14 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 175 | 0.71 | 0.79 | 0 | 0.31 | 246.04 | 0.66 | 0.41 |
| Hex | 32 | 24 | AF | 47 | 4F | 0 | 1F | F6 | 42 | 29 |
| Octal | 62 | 44 | 257 | 107 | 117 | 0 | 37 | 366 | 102 | 51 |
| Binary | 110010 | 100100 | 10101111 | 1000111 | 1001111 | 0 | 11111 | 11110110 | 1000010 | 101001 |
Color Harmonies of #3224AF
Complementary color
Monochromatic Colors of #3224AF
Black with #3224AF
Text Example
Text Example
White with #3224AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3224AF; }
p { color: rgb(50,36,175); }
H1.HeaderClassName
{
color: #3224AF;
}
.AnyTagClassName
{
color: #3224AF;
}
</style>
background-color css
<style>
a { background-color: #3224AF; }
a { background-color: rgb(50,36,175); }
div.DivClassName
{
background-color: #3224AF;
}
.BgClassName
{
background-color: #3224AF;
}
</style>
border-color css
<style>
span { border-color: #3224AF; }
span { border-color: rgb(50,36,175); }
td.TdClassName
{
border-color: #3224AF;
}
.TagClassName
{
border-color: #3224AF;
}
</style>