Shades of Royal Blue #397AD5
Tints of Royal Blue #397AD5
RGB
CMYK
RGB Variations
Color information
#397AD5 (or 0x397AD5) is known color: Royal Blue. HEX triplet: 39, 7A and D5. RGB value is (57,122,213). Sum of RGB (Red+Green+Blue) = 57+122+213=392 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.54% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 213 (83.59% from 255 or 54.34% from 392); Max value from RGB is 213 - color contains mainly: blue. Hex color #397AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397AD5 is #C6852A. Grayscale: #707070. Windows color (decimal): -13010219 or 13990457. OLE color: 13990457.
HSL color Cylindrical-coordinate representation of color #397AD5: hue angle of 215º degrees, saturation: 0.65, 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 #397AD5 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 122 | 213 | - |
| CMYK | 0.73 | 0.43 | 0 | 0.16 |
| HSL | 215º | 0.65% | 0.53% | - |
| HSV(B) | 215º | 0.73% | 0.84% | - |
| XYZ | 20.66 | 19.59 | 65.64 | - |
| YUV | 112.94 | 184.47 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 213 | 0.73 | 0.43 | 0 | 0.16 | 215 | 0.65 | 0.53 |
| Hex | 39 | 7A | D5 | 49 | 2B | 0 | 10 | D7 | 41 | 35 |
| Octal | 71 | 172 | 325 | 111 | 53 | 0 | 20 | 327 | 101 | 65 |
| Binary | 111001 | 1111010 | 11010101 | 1001001 | 101011 | 0 | 10000 | 11010111 | 1000001 | 110101 |
Color Harmonies of #397AD5
Complementary color
Monochromatic Colors of #397AD5
Black with #397AD5
Text Example
Text Example
White with #397AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397AD5; }
p { color: rgb(57,122,213); }
H1.HeaderClassName
{
color: #397AD5;
}
.AnyTagClassName
{
color: #397AD5;
}
</style>
background-color css
<style>
a { background-color: #397AD5; }
a { background-color: rgb(57,122,213); }
div.DivClassName
{
background-color: #397AD5;
}
.BgClassName
{
background-color: #397AD5;
}
</style>
border-color css
<style>
span { border-color: #397AD5; }
span { border-color: rgb(57,122,213); }
td.TdClassName
{
border-color: #397AD5;
}
.TagClassName
{
border-color: #397AD5;
}
</style>