Shades of Persian Blue #3622AF
Tints of Persian Blue #3622AF
RGB
CMYK
RGB Variations
Color information
#3622AF (or 0x3622AF) is known color: Persian Blue. HEX triplet: 36, 22 and AF. RGB value is (54,34,175). Sum of RGB (Red+Green+Blue) = 54+34+175=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 175 (68.75% from 255 or 66.54% from 263); Max value from RGB is 175 - color contains mainly: blue. Hex color #3622AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3622AF is #C9DD50. Grayscale: #373737. Windows color (decimal): -13229393 or 11477558. OLE color: 11477558.
HSL color Cylindrical-coordinate representation of color #3622AF: hue angle of 248.51º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3622AF is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 34 | 175 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.31 |
| HSL | 248.51º | 0.67% | 0.41% | - |
| HSV(B) | 248.51º | 0.81% | 0.69% | - |
| XYZ | 9.83 | 5.02 | 41.01 | - |
| YUV | 56.05 | 195.13 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 34 | 175 | 0.69 | 0.81 | 0 | 0.31 | 248.51 | 0.67 | 0.41 |
| Hex | 36 | 22 | AF | 45 | 51 | 0 | 1F | F9 | 43 | 29 |
| Octal | 66 | 42 | 257 | 105 | 121 | 0 | 37 | 371 | 103 | 51 |
| Binary | 110110 | 100010 | 10101111 | 1000101 | 1010001 | 0 | 11111 | 11111001 | 1000011 | 101001 |
Color Harmonies of #3622AF
Complementary color
Monochromatic Colors of #3622AF
Black with #3622AF
Text Example
Text Example
White with #3622AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3622AF; }
p { color: rgb(54,34,175); }
H1.HeaderClassName
{
color: #3622AF;
}
.AnyTagClassName
{
color: #3622AF;
}
</style>
background-color css
<style>
a { background-color: #3622AF; }
a { background-color: rgb(54,34,175); }
div.DivClassName
{
background-color: #3622AF;
}
.BgClassName
{
background-color: #3622AF;
}
</style>
border-color css
<style>
span { border-color: #3622AF; }
span { border-color: rgb(54,34,175); }
td.TdClassName
{
border-color: #3622AF;
}
.TagClassName
{
border-color: #3622AF;
}
</style>