Shades of Royal Blue #397BE6
Tints of Royal Blue #397BE6
RGB
CMYK
RGB Variations
Color information
#397BE6 (or 0x397BE6) is known color: Royal Blue. HEX triplet: 39, 7B and E6. RGB value is (57,123,230). Sum of RGB (Red+Green+Blue) = 57+123+230=410 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.90% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 230 (90.23% from 255 or 56.10% from 410); Max value from RGB is 230 - color contains mainly: blue. Hex color #397BE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397BE6 is #C68419. Grayscale: #727272. Windows color (decimal): -13009946 or 15104825. OLE color: 15104825.
HSL color Cylindrical-coordinate representation of color #397BE6: hue angle of 217.11º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #397BE6 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 57 | 123 | 230 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.10 |
| HSL | 217.11º | 0.78% | 0.56% | - |
| HSV(B) | 217.11º | 0.75% | 0.9% | - |
| XYZ | 23.05 | 20.75 | 77.65 | - |
| YUV | 115.46 | 192.63 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 230 | 0.75 | 0.47 | 0 | 0.10 | 217.11 | 0.78 | 0.56 |
| Hex | 39 | 7B | E6 | 4B | 2F | 0 | A | D9 | 4E | 38 |
| Octal | 71 | 173 | 346 | 113 | 57 | 0 | 12 | 331 | 116 | 70 |
| Binary | 111001 | 1111011 | 11100110 | 1001011 | 101111 | 0 | 1010 | 11011001 | 1001110 | 111000 |
Color Harmonies of #397BE6
Complementary color
Monochromatic Colors of #397BE6
Black with #397BE6
Text Example
Text Example
White with #397BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397BE6; }
p { color: rgb(57,123,230); }
H1.HeaderClassName
{
color: #397BE6;
}
.AnyTagClassName
{
color: #397BE6;
}
</style>
background-color css
<style>
a { background-color: #397BE6; }
a { background-color: rgb(57,123,230); }
div.DivClassName
{
background-color: #397BE6;
}
.BgClassName
{
background-color: #397BE6;
}
</style>
border-color css
<style>
span { border-color: #397BE6; }
span { border-color: rgb(57,123,230); }
td.TdClassName
{
border-color: #397BE6;
}
.TagClassName
{
border-color: #397BE6;
}
</style>