Shades of Persian Blue #3022BA
Tints of Persian Blue #3022BA
RGB
CMYK
RGB Variations
Color information
#3022BA (or 0x3022BA) is known color: Persian Blue. HEX triplet: 30, 22 and BA. RGB value is (48,34,186). Sum of RGB (Red+Green+Blue) = 48+34+186=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #3022BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3022BA is #CFDD45. Grayscale: #363636. Windows color (decimal): -13622598 or 12198448. OLE color: 12198448.
HSL color Cylindrical-coordinate representation of color #3022BA: hue angle of 245.53º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3022BA is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 34 | 186 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.27 |
| HSL | 245.53º | 0.69% | 0.43% | - |
| HSV(B) | 245.53º | 0.82% | 0.73% | - |
| XYZ | 10.65 | 5.32 | 46.92 | - |
| YUV | 55.51 | 201.64 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 186 | 0.74 | 0.82 | 0 | 0.27 | 245.53 | 0.69 | 0.43 |
| Hex | 30 | 22 | BA | 4A | 52 | 0 | 1B | F6 | 45 | 2B |
| Octal | 60 | 42 | 272 | 112 | 122 | 0 | 33 | 366 | 105 | 53 |
| Binary | 110000 | 100010 | 10111010 | 1001010 | 1010010 | 0 | 11011 | 11110110 | 1000101 | 101011 |
Color Harmonies of #3022BA
Complementary color
Monochromatic Colors of #3022BA
Black with #3022BA
Text Example
Text Example
White with #3022BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3022BA; }
p { color: rgb(48,34,186); }
H1.HeaderClassName
{
color: #3022BA;
}
.AnyTagClassName
{
color: #3022BA;
}
</style>
background-color css
<style>
a { background-color: #3022BA; }
a { background-color: rgb(48,34,186); }
div.DivClassName
{
background-color: #3022BA;
}
.BgClassName
{
background-color: #3022BA;
}
</style>
border-color css
<style>
span { border-color: #3022BA; }
span { border-color: rgb(48,34,186); }
td.TdClassName
{
border-color: #3022BA;
}
.TagClassName
{
border-color: #3022BA;
}
</style>