Shades of Persian Blue #3A3DAE
Tints of Persian Blue #3A3DAE
RGB
CMYK
RGB Variations
Color information
#3A3DAE (or 0x3A3DAE) is known color: Persian Blue. HEX triplet: 3A, 3D and AE. RGB value is (58,61,174). Sum of RGB (Red+Green+Blue) = 58+61+174=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A3DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3DAE is #C5C251. Grayscale: #484848. Windows color (decimal): -12960338 or 11418938. OLE color: 11418938.
HSL color Cylindrical-coordinate representation of color #3A3DAE: hue angle of 238.45º 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 #3A3DAE is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 61 | 174 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.32 |
| HSL | 238.45º | 0.5% | 0.45% | - |
| HSV(B) | 238.45º | 0.67% | 0.68% | - |
| XYZ | 11.05 | 7.29 | 40.87 | - |
| YUV | 72.99 | 185.01 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 61 | 174 | 0.67 | 0.65 | 0 | 0.32 | 238.45 | 0.5 | 0.45 |
| Hex | 3A | 3D | AE | 43 | 41 | 0 | 20 | EE | 32 | 2D |
| Octal | 72 | 75 | 256 | 103 | 101 | 0 | 40 | 356 | 62 | 55 |
| Binary | 111010 | 111101 | 10101110 | 1000011 | 1000001 | 0 | 100000 | 11101110 | 110010 | 101101 |
Color Harmonies of #3A3DAE
Complementary color
Monochromatic Colors of #3A3DAE
Black with #3A3DAE
Text Example
Text Example
White with #3A3DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3DAE; }
p { color: rgb(58,61,174); }
H1.HeaderClassName
{
color: #3A3DAE;
}
.AnyTagClassName
{
color: #3A3DAE;
}
</style>
background-color css
<style>
a { background-color: #3A3DAE; }
a { background-color: rgb(58,61,174); }
div.DivClassName
{
background-color: #3A3DAE;
}
.BgClassName
{
background-color: #3A3DAE;
}
</style>
border-color css
<style>
span { border-color: #3A3DAE; }
span { border-color: rgb(58,61,174); }
td.TdClassName
{
border-color: #3A3DAE;
}
.TagClassName
{
border-color: #3A3DAE;
}
</style>