Shades of Royal Blue #397CDF
Tints of Royal Blue #397CDF
RGB
CMYK
RGB Variations
Color information
#397CDF (or 0x397CDF) is known color: Royal Blue. HEX triplet: 39, 7C and DF. RGB value is (57,124,223). Sum of RGB (Red+Green+Blue) = 57+124+223=404 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.11% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #397CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397CDF is #C68320. Grayscale: #727272. Windows color (decimal): -13009697 or 14646329. OLE color: 14646329.
HSL color Cylindrical-coordinate representation of color #397CDF: hue angle of 215.78º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #397CDF is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 124 | 223 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.13 |
| HSL | 215.78º | 0.72% | 0.55% | - |
| HSV(B) | 215.78º | 0.74% | 0.87% | - |
| XYZ | 22.21 | 20.61 | 72.62 | - |
| YUV | 115.25 | 188.8 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 223 | 0.74 | 0.44 | 0 | 0.13 | 215.78 | 0.72 | 0.55 |
| Hex | 39 | 7C | DF | 4A | 2C | 0 | D | D8 | 48 | 37 |
| Octal | 71 | 174 | 337 | 112 | 54 | 0 | 15 | 330 | 110 | 67 |
| Binary | 111001 | 1111100 | 11011111 | 1001010 | 101100 | 0 | 1101 | 11011000 | 1001000 | 110111 |
Color Harmonies of #397CDF
Complementary color
Monochromatic Colors of #397CDF
Black with #397CDF
Text Example
Text Example
White with #397CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397CDF; }
p { color: rgb(57,124,223); }
H1.HeaderClassName
{
color: #397CDF;
}
.AnyTagClassName
{
color: #397CDF;
}
</style>
background-color css
<style>
a { background-color: #397CDF; }
a { background-color: rgb(57,124,223); }
div.DivClassName
{
background-color: #397CDF;
}
.BgClassName
{
background-color: #397CDF;
}
</style>
border-color css
<style>
span { border-color: #397CDF; }
span { border-color: rgb(57,124,223); }
td.TdClassName
{
border-color: #397CDF;
}
.TagClassName
{
border-color: #397CDF;
}
</style>