Shades of Persian Blue #393DAE
Tints of Persian Blue #393DAE
RGB
CMYK
RGB Variations
Color information
#393DAE (or 0x393DAE) is known color: Persian Blue. HEX triplet: 39, 3D and AE. RGB value is (57,61,174). Sum of RGB (Red+Green+Blue) = 57+61+174=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #393DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393DAE is #C6C251. Grayscale: #484848. Windows color (decimal): -13025874 or 11418937. OLE color: 11418937.
HSL color Cylindrical-coordinate representation of color #393DAE: hue angle of 237.95º degrees, saturation: 0.51, 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 #393DAE is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 57 | 61 | 174 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.32 |
| HSL | 237.95º | 0.51% | 0.45% | - |
| HSV(B) | 237.95º | 0.67% | 0.68% | - |
| XYZ | 11 | 7.26 | 40.87 | - |
| YUV | 72.69 | 185.17 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 174 | 0.67 | 0.65 | 0 | 0.32 | 237.95 | 0.51 | 0.45 |
| Hex | 39 | 3D | AE | 43 | 41 | 0 | 20 | EE | 33 | 2D |
| Octal | 71 | 75 | 256 | 103 | 101 | 0 | 40 | 356 | 63 | 55 |
| Binary | 111001 | 111101 | 10101110 | 1000011 | 1000001 | 0 | 100000 | 11101110 | 110011 | 101101 |
Color Harmonies of #393DAE
Complementary color
Monochromatic Colors of #393DAE
Black with #393DAE
Text Example
Text Example
White with #393DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393DAE; }
p { color: rgb(57,61,174); }
H1.HeaderClassName
{
color: #393DAE;
}
.AnyTagClassName
{
color: #393DAE;
}
</style>
background-color css
<style>
a { background-color: #393DAE; }
a { background-color: rgb(57,61,174); }
div.DivClassName
{
background-color: #393DAE;
}
.BgClassName
{
background-color: #393DAE;
}
</style>
border-color css
<style>
span { border-color: #393DAE; }
span { border-color: rgb(57,61,174); }
td.TdClassName
{
border-color: #393DAE;
}
.TagClassName
{
border-color: #393DAE;
}
</style>