Shades of Persian Blue #3022BC
Tints of Persian Blue #3022BC
RGB
CMYK
RGB Variations
Color information
#3022BC (or 0x3022BC) is known color: Persian Blue. HEX triplet: 30, 22 and BC. RGB value is (48,34,188). Sum of RGB (Red+Green+Blue) = 48+34+188=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #3022BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3022BC is #CFDD43. Grayscale: #373737. Windows color (decimal): -13622596 or 12329520. OLE color: 12329520.
HSL color Cylindrical-coordinate representation of color #3022BC: hue angle of 245.45º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3022BC is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 34 | 188 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.26 |
| HSL | 245.45º | 0.69% | 0.44% | - |
| HSV(B) | 245.45º | 0.82% | 0.74% | - |
| XYZ | 10.87 | 5.4 | 48.05 | - |
| YUV | 55.74 | 202.64 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 188 | 0.74 | 0.82 | 0 | 0.26 | 245.45 | 0.69 | 0.44 |
| Hex | 30 | 22 | BC | 4A | 52 | 0 | 1A | F5 | 45 | 2C |
| Octal | 60 | 42 | 274 | 112 | 122 | 0 | 32 | 365 | 105 | 54 |
| Binary | 110000 | 100010 | 10111100 | 1001010 | 1010010 | 0 | 11010 | 11110101 | 1000101 | 101100 |
Color Harmonies of #3022BC
Complementary color
Monochromatic Colors of #3022BC
Black with #3022BC
Text Example
Text Example
White with #3022BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3022BC; }
p { color: rgb(48,34,188); }
H1.HeaderClassName
{
color: #3022BC;
}
.AnyTagClassName
{
color: #3022BC;
}
</style>
background-color css
<style>
a { background-color: #3022BC; }
a { background-color: rgb(48,34,188); }
div.DivClassName
{
background-color: #3022BC;
}
.BgClassName
{
background-color: #3022BC;
}
</style>
border-color css
<style>
span { border-color: #3022BC; }
span { border-color: rgb(48,34,188); }
td.TdClassName
{
border-color: #3022BC;
}
.TagClassName
{
border-color: #3022BC;
}
</style>