Shades of Royal Blue #397BE0
Tints of Royal Blue #397BE0
RGB
CMYK
RGB Variations
Color information
#397BE0 (or 0x397BE0) is known color: Royal Blue. HEX triplet: 39, 7B and E0. RGB value is (57,123,224). Sum of RGB (Red+Green+Blue) = 57+123+224=404 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.11% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #397BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397BE0 is #C6841F. Grayscale: #727272. Windows color (decimal): -13009952 or 14711609. OLE color: 14711609.
HSL color Cylindrical-coordinate representation of color #397BE0: hue angle of 216.29º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #397BE0 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 57 | 123 | 224 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.12 |
| HSL | 216.29º | 0.73% | 0.55% | - |
| HSV(B) | 216.29º | 0.75% | 0.88% | - |
| XYZ | 22.22 | 20.42 | 73.29 | - |
| YUV | 114.78 | 189.63 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 224 | 0.75 | 0.45 | 0 | 0.12 | 216.29 | 0.73 | 0.55 |
| Hex | 39 | 7B | E0 | 4B | 2D | 0 | C | D8 | 49 | 37 |
| Octal | 71 | 173 | 340 | 113 | 55 | 0 | 14 | 330 | 111 | 67 |
| Binary | 111001 | 1111011 | 11100000 | 1001011 | 101101 | 0 | 1100 | 11011000 | 1001001 | 110111 |
Color Harmonies of #397BE0
Complementary color
Monochromatic Colors of #397BE0
Black with #397BE0
Text Example
Text Example
White with #397BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397BE0; }
p { color: rgb(57,123,224); }
H1.HeaderClassName
{
color: #397BE0;
}
.AnyTagClassName
{
color: #397BE0;
}
</style>
background-color css
<style>
a { background-color: #397BE0; }
a { background-color: rgb(57,123,224); }
div.DivClassName
{
background-color: #397BE0;
}
.BgClassName
{
background-color: #397BE0;
}
</style>
border-color css
<style>
span { border-color: #397BE0; }
span { border-color: rgb(57,123,224); }
td.TdClassName
{
border-color: #397BE0;
}
.TagClassName
{
border-color: #397BE0;
}
</style>