Shades of Persian Blue #3A3AAE
Tints of Persian Blue #3A3AAE
RGB
CMYK
RGB Variations
Color information
#3A3AAE (or 0x3A3AAE) is known color: Persian Blue. HEX triplet: 3A, 3A and AE. RGB value is (58,58,174). Sum of RGB (Red+Green+Blue) = 58+58+174=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A3AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3AAE is #C5C551. Grayscale: #464646. Windows color (decimal): -12961106 or 11418170. OLE color: 11418170.
HSL color Cylindrical-coordinate representation of color #3A3AAE: hue angle of 240º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A3AAE is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 58 | 174 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.32 |
| HSL | 240º | 0.5% | 0.45% | - |
| HSV(B) | 240º | 0.67% | 0.68% | - |
| XYZ | 10.9 | 6.98 | 40.82 | - |
| YUV | 71.22 | 186 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 58 | 174 | 0.67 | 0.67 | 0 | 0.32 | 240 | 0.5 | 0.45 |
| Hex | 3A | 3A | AE | 43 | 43 | 0 | 20 | F0 | 32 | 2D |
| Octal | 72 | 72 | 256 | 103 | 103 | 0 | 40 | 360 | 62 | 55 |
| Binary | 111010 | 111010 | 10101110 | 1000011 | 1000011 | 0 | 100000 | 11110000 | 110010 | 101101 |
Color Harmonies of #3A3AAE
Complementary color
Monochromatic Colors of #3A3AAE
Black with #3A3AAE
Text Example
Text Example
White with #3A3AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3AAE; }
p { color: rgb(58,58,174); }
H1.HeaderClassName
{
color: #3A3AAE;
}
.AnyTagClassName
{
color: #3A3AAE;
}
</style>
background-color css
<style>
a { background-color: #3A3AAE; }
a { background-color: rgb(58,58,174); }
div.DivClassName
{
background-color: #3A3AAE;
}
.BgClassName
{
background-color: #3A3AAE;
}
</style>
border-color css
<style>
span { border-color: #3A3AAE; }
span { border-color: rgb(58,58,174); }
td.TdClassName
{
border-color: #3A3AAE;
}
.TagClassName
{
border-color: #3A3AAE;
}
</style>