Shades of Persian Blue #3022AE
Tints of Persian Blue #3022AE
RGB
CMYK
RGB Variations
Color information
#3022AE (or 0x3022AE) is known color: Persian Blue. HEX triplet: 30, 22 and AE. RGB value is (48,34,174). Sum of RGB (Red+Green+Blue) = 48+34+174=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #3022AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3022AE is #CFDD51. Grayscale: #353535. Windows color (decimal): -13622610 or 11412016. OLE color: 11412016.
HSL color Cylindrical-coordinate representation of color #3022AE: hue angle of 246º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3022AE is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 34 | 174 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.32 |
| HSL | 246º | 0.67% | 0.41% | - |
| HSV(B) | 246º | 0.8% | 0.68% | - |
| XYZ | 9.43 | 4.83 | 40.48 | - |
| YUV | 54.15 | 195.64 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 174 | 0.72 | 0.80 | 0 | 0.32 | 246 | 0.67 | 0.41 |
| Hex | 30 | 22 | AE | 48 | 50 | 0 | 20 | F6 | 43 | 29 |
| Octal | 60 | 42 | 256 | 110 | 120 | 0 | 40 | 366 | 103 | 51 |
| Binary | 110000 | 100010 | 10101110 | 1001000 | 1010000 | 0 | 100000 | 11110110 | 1000011 | 101001 |
Color Harmonies of #3022AE
Complementary color
Monochromatic Colors of #3022AE
Black with #3022AE
Text Example
Text Example
White with #3022AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3022AE; }
p { color: rgb(48,34,174); }
H1.HeaderClassName
{
color: #3022AE;
}
.AnyTagClassName
{
color: #3022AE;
}
</style>
background-color css
<style>
a { background-color: #3022AE; }
a { background-color: rgb(48,34,174); }
div.DivClassName
{
background-color: #3022AE;
}
.BgClassName
{
background-color: #3022AE;
}
</style>
border-color css
<style>
span { border-color: #3022AE; }
span { border-color: rgb(48,34,174); }
td.TdClassName
{
border-color: #3022AE;
}
.TagClassName
{
border-color: #3022AE;
}
</style>