Shades of Persian Blue #3A22BC
Tints of Persian Blue #3A22BC
RGB
CMYK
RGB Variations
Color information
#3A22BC (or 0x3A22BC) is known color: Persian Blue. HEX triplet: 3A, 22 and BC. RGB value is (58,34,188). Sum of RGB (Red+Green+Blue) = 58+34+188=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A22BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A22BC is #C5DD43. Grayscale: #3A3A3A. Windows color (decimal): -12967236 or 12329530. OLE color: 12329530.
HSL color Cylindrical-coordinate representation of color #3A22BC: hue angle of 249.35º 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 #3A22BC is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 34 | 188 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.26 |
| HSL | 249.35º | 0.69% | 0.44% | - |
| HSV(B) | 249.35º | 0.82% | 0.74% | - |
| XYZ | 11.39 | 5.67 | 48.07 | - |
| YUV | 58.73 | 200.95 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 34 | 188 | 0.69 | 0.82 | 0 | 0.26 | 249.35 | 0.69 | 0.44 |
| Hex | 3A | 22 | BC | 45 | 52 | 0 | 1A | F9 | 45 | 2C |
| Octal | 72 | 42 | 274 | 105 | 122 | 0 | 32 | 371 | 105 | 54 |
| Binary | 111010 | 100010 | 10111100 | 1000101 | 1010010 | 0 | 11010 | 11111001 | 1000101 | 101100 |
Color Harmonies of #3A22BC
Complementary color
Monochromatic Colors of #3A22BC
Black with #3A22BC
Text Example
Text Example
White with #3A22BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A22BC; }
p { color: rgb(58,34,188); }
H1.HeaderClassName
{
color: #3A22BC;
}
.AnyTagClassName
{
color: #3A22BC;
}
</style>
background-color css
<style>
a { background-color: #3A22BC; }
a { background-color: rgb(58,34,188); }
div.DivClassName
{
background-color: #3A22BC;
}
.BgClassName
{
background-color: #3A22BC;
}
</style>
border-color css
<style>
span { border-color: #3A22BC; }
span { border-color: rgb(58,34,188); }
td.TdClassName
{
border-color: #3A22BC;
}
.TagClassName
{
border-color: #3A22BC;
}
</style>