Shades of Royal Blue #397AD1
Tints of Royal Blue #397AD1
RGB
CMYK
RGB Variations
Color information
#397AD1 (or 0x397AD1) is known color: Royal Blue. HEX triplet: 39, 7A and D1. RGB value is (57,122,209). Sum of RGB (Red+Green+Blue) = 57+122+209=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 209 (82.03% from 255 or 53.87% from 388); Max value from RGB is 209 - color contains mainly: blue. Hex color #397AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397AD1 is #C6852E. Grayscale: #707070. Windows color (decimal): -13010223 or 13728313. OLE color: 13728313.
HSL color Cylindrical-coordinate representation of color #397AD1: hue angle of 214.34º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #397AD1 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 122 | 209 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.18 |
| HSL | 214.34º | 0.62% | 0.52% | - |
| HSV(B) | 214.34º | 0.73% | 0.82% | - |
| XYZ | 20.16 | 19.39 | 63 | - |
| YUV | 112.48 | 182.47 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 209 | 0.73 | 0.42 | 0 | 0.18 | 214.34 | 0.62 | 0.52 |
| Hex | 39 | 7A | D1 | 49 | 2A | 0 | 12 | D6 | 3E | 34 |
| Octal | 71 | 172 | 321 | 111 | 52 | 0 | 22 | 326 | 76 | 64 |
| Binary | 111001 | 1111010 | 11010001 | 1001001 | 101010 | 0 | 10010 | 11010110 | 111110 | 110100 |
Color Harmonies of #397AD1
Complementary color
Monochromatic Colors of #397AD1
Black with #397AD1
Text Example
Text Example
White with #397AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397AD1; }
p { color: rgb(57,122,209); }
H1.HeaderClassName
{
color: #397AD1;
}
.AnyTagClassName
{
color: #397AD1;
}
</style>
background-color css
<style>
a { background-color: #397AD1; }
a { background-color: rgb(57,122,209); }
div.DivClassName
{
background-color: #397AD1;
}
.BgClassName
{
background-color: #397AD1;
}
</style>
border-color css
<style>
span { border-color: #397AD1; }
span { border-color: rgb(57,122,209); }
td.TdClassName
{
border-color: #397AD1;
}
.TagClassName
{
border-color: #397AD1;
}
</style>