Shades of Persian Blue #3022BF
Tints of Persian Blue #3022BF
RGB
CMYK
RGB Variations
Color information
#3022BF (or 0x3022BF) is known color: Persian Blue. HEX triplet: 30, 22 and BF. RGB value is (48,34,191). Sum of RGB (Red+Green+Blue) = 48+34+191=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 191 (75% from 255 or 69.96% from 273); Max value from RGB is 191 - color contains mainly: blue. Hex color #3022BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3022BF is #CFDD40. Grayscale: #373737. Windows color (decimal): -13622593 or 12526128. OLE color: 12526128.
HSL color Cylindrical-coordinate representation of color #3022BF: hue angle of 245.35º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3022BF is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 34 | 191 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.25 |
| HSL | 245.35º | 0.7% | 0.44% | - |
| HSV(B) | 245.35º | 0.82% | 0.75% | - |
| XYZ | 11.19 | 5.53 | 49.77 | - |
| YUV | 56.08 | 204.14 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 191 | 0.75 | 0.82 | 0 | 0.25 | 245.35 | 0.7 | 0.44 |
| Hex | 30 | 22 | BF | 4B | 52 | 0 | 19 | F5 | 46 | 2C |
| Octal | 60 | 42 | 277 | 113 | 122 | 0 | 31 | 365 | 106 | 54 |
| Binary | 110000 | 100010 | 10111111 | 1001011 | 1010010 | 0 | 11001 | 11110101 | 1000110 | 101100 |
Color Harmonies of #3022BF
Complementary color
Monochromatic Colors of #3022BF
Black with #3022BF
Text Example
Text Example
White with #3022BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3022BF; }
p { color: rgb(48,34,191); }
H1.HeaderClassName
{
color: #3022BF;
}
.AnyTagClassName
{
color: #3022BF;
}
</style>
background-color css
<style>
a { background-color: #3022BF; }
a { background-color: rgb(48,34,191); }
div.DivClassName
{
background-color: #3022BF;
}
.BgClassName
{
background-color: #3022BF;
}
</style>
border-color css
<style>
span { border-color: #3022BF; }
span { border-color: rgb(48,34,191); }
td.TdClassName
{
border-color: #3022BF;
}
.TagClassName
{
border-color: #3022BF;
}
</style>