Shades of Persian Blue #3A36BC
Tints of Persian Blue #3A36BC
RGB
CMYK
RGB Variations
Color information
#3A36BC (or 0x3A36BC) is known color: Persian Blue. HEX triplet: 3A, 36 and BC. RGB value is (58,54,188). Sum of RGB (Red+Green+Blue) = 58+54+188=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A36BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A36BC is #C5C943. Grayscale: #454545. Windows color (decimal): -12962116 or 12334650. OLE color: 12334650.
HSL color Cylindrical-coordinate representation of color #3A36BC: hue angle of 241.79º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A36BC is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 54 | 188 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.26 |
| HSL | 241.79º | 0.55% | 0.47% | - |
| HSV(B) | 241.79º | 0.71% | 0.74% | - |
| XYZ | 12.14 | 7.17 | 48.32 | - |
| YUV | 70.47 | 194.33 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 188 | 0.69 | 0.71 | 0 | 0.26 | 241.79 | 0.55 | 0.47 |
| Hex | 3A | 36 | BC | 45 | 47 | 0 | 1A | F2 | 37 | 2F |
| Octal | 72 | 66 | 274 | 105 | 107 | 0 | 32 | 362 | 67 | 57 |
| Binary | 111010 | 110110 | 10111100 | 1000101 | 1000111 | 0 | 11010 | 11110010 | 110111 | 101111 |
Color Harmonies of #3A36BC
Complementary color
Monochromatic Colors of #3A36BC
Black with #3A36BC
Text Example
Text Example
White with #3A36BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A36BC; }
p { color: rgb(58,54,188); }
H1.HeaderClassName
{
color: #3A36BC;
}
.AnyTagClassName
{
color: #3A36BC;
}
</style>
background-color css
<style>
a { background-color: #3A36BC; }
a { background-color: rgb(58,54,188); }
div.DivClassName
{
background-color: #3A36BC;
}
.BgClassName
{
background-color: #3A36BC;
}
</style>
border-color css
<style>
span { border-color: #3A36BC; }
span { border-color: rgb(58,54,188); }
td.TdClassName
{
border-color: #3A36BC;
}
.TagClassName
{
border-color: #3A36BC;
}
</style>