Shades of Persian Blue #3A35BA
Tints of Persian Blue #3A35BA
RGB
CMYK
RGB Variations
Color information
#3A35BA (or 0x3A35BA) is known color: Persian Blue. HEX triplet: 3A, 35 and BA. RGB value is (58,53,186). Sum of RGB (Red+Green+Blue) = 58+53+186=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A35BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A35BA is #C5CA45. Grayscale: #454545. Windows color (decimal): -12962374 or 12203322. OLE color: 12203322.
HSL color Cylindrical-coordinate representation of color #3A35BA: hue angle of 242.26º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A35BA is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 53 | 186 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.27 |
| HSL | 242.26º | 0.56% | 0.47% | - |
| HSV(B) | 242.26º | 0.72% | 0.73% | - |
| XYZ | 11.88 | 6.99 | 47.18 | - |
| YUV | 69.66 | 193.66 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 53 | 186 | 0.69 | 0.72 | 0 | 0.27 | 242.26 | 0.56 | 0.47 |
| Hex | 3A | 35 | BA | 45 | 48 | 0 | 1B | F2 | 38 | 2F |
| Octal | 72 | 65 | 272 | 105 | 110 | 0 | 33 | 362 | 70 | 57 |
| Binary | 111010 | 110101 | 10111010 | 1000101 | 1001000 | 0 | 11011 | 11110010 | 111000 | 101111 |
Color Harmonies of #3A35BA
Complementary color
Monochromatic Colors of #3A35BA
Black with #3A35BA
Text Example
Text Example
White with #3A35BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A35BA; }
p { color: rgb(58,53,186); }
H1.HeaderClassName
{
color: #3A35BA;
}
.AnyTagClassName
{
color: #3A35BA;
}
</style>
background-color css
<style>
a { background-color: #3A35BA; }
a { background-color: rgb(58,53,186); }
div.DivClassName
{
background-color: #3A35BA;
}
.BgClassName
{
background-color: #3A35BA;
}
</style>
border-color css
<style>
span { border-color: #3A35BA; }
span { border-color: rgb(58,53,186); }
td.TdClassName
{
border-color: #3A35BA;
}
.TagClassName
{
border-color: #3A35BA;
}
</style>