Shades of Royal Blue #397AD6
Tints of Royal Blue #397AD6
RGB
CMYK
RGB Variations
Color information
#397AD6 (or 0x397AD6) is known color: Royal Blue. HEX triplet: 39, 7A and D6. RGB value is (57,122,214). Sum of RGB (Red+Green+Blue) = 57+122+214=393 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.50% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 214 (83.98% from 255 or 54.45% from 393); Max value from RGB is 214 - color contains mainly: blue. Hex color #397AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397AD6 is #C68529. Grayscale: #707070. Windows color (decimal): -13010218 or 14055993. OLE color: 14055993.
HSL color Cylindrical-coordinate representation of color #397AD6: hue angle of 215.16º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #397AD6 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 122 | 214 | - |
| CMYK | 0.73 | 0.43 | 0 | 0.16 |
| HSL | 215.16º | 0.66% | 0.53% | - |
| HSV(B) | 215.16º | 0.73% | 0.84% | - |
| XYZ | 20.78 | 19.64 | 66.31 | - |
| YUV | 113.05 | 184.97 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 214 | 0.73 | 0.43 | 0 | 0.16 | 215.16 | 0.66 | 0.53 |
| Hex | 39 | 7A | D6 | 49 | 2B | 0 | 10 | D7 | 42 | 35 |
| Octal | 71 | 172 | 326 | 111 | 53 | 0 | 20 | 327 | 102 | 65 |
| Binary | 111001 | 1111010 | 11010110 | 1001001 | 101011 | 0 | 10000 | 11010111 | 1000010 | 110101 |
Color Harmonies of #397AD6
Complementary color
Monochromatic Colors of #397AD6
Black with #397AD6
Text Example
Text Example
White with #397AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397AD6; }
p { color: rgb(57,122,214); }
H1.HeaderClassName
{
color: #397AD6;
}
.AnyTagClassName
{
color: #397AD6;
}
</style>
background-color css
<style>
a { background-color: #397AD6; }
a { background-color: rgb(57,122,214); }
div.DivClassName
{
background-color: #397AD6;
}
.BgClassName
{
background-color: #397AD6;
}
</style>
border-color css
<style>
span { border-color: #397AD6; }
span { border-color: rgb(57,122,214); }
td.TdClassName
{
border-color: #397AD6;
}
.TagClassName
{
border-color: #397AD6;
}
</style>