Shades of Royal Blue #397CDE
Tints of Royal Blue #397CDE
RGB
CMYK
RGB Variations
Color information
#397CDE (or 0x397CDE) is known color: Royal Blue. HEX triplet: 39, 7C and DE. RGB value is (57,124,222). Sum of RGB (Red+Green+Blue) = 57+124+222=403 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.14% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #397CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397CDE is #C68321. Grayscale: #727272. Windows color (decimal): -13009698 or 14580793. OLE color: 14580793.
HSL color Cylindrical-coordinate representation of color #397CDE: hue angle of 215.64º degrees, saturation: 0.71, 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 #397CDE is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 124 | 222 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.13 |
| HSL | 215.64º | 0.71% | 0.55% | - |
| HSV(B) | 215.64º | 0.74% | 0.87% | - |
| XYZ | 22.08 | 20.56 | 71.91 | - |
| YUV | 115.14 | 188.3 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 222 | 0.74 | 0.44 | 0 | 0.13 | 215.64 | 0.71 | 0.55 |
| Hex | 39 | 7C | DE | 4A | 2C | 0 | D | D8 | 47 | 37 |
| Octal | 71 | 174 | 336 | 112 | 54 | 0 | 15 | 330 | 107 | 67 |
| Binary | 111001 | 1111100 | 11011110 | 1001010 | 101100 | 0 | 1101 | 11011000 | 1000111 | 110111 |
Color Harmonies of #397CDE
Complementary color
Monochromatic Colors of #397CDE
Black with #397CDE
Text Example
Text Example
White with #397CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397CDE; }
p { color: rgb(57,124,222); }
H1.HeaderClassName
{
color: #397CDE;
}
.AnyTagClassName
{
color: #397CDE;
}
</style>
background-color css
<style>
a { background-color: #397CDE; }
a { background-color: rgb(57,124,222); }
div.DivClassName
{
background-color: #397CDE;
}
.BgClassName
{
background-color: #397CDE;
}
</style>
border-color css
<style>
span { border-color: #397CDE; }
span { border-color: rgb(57,124,222); }
td.TdClassName
{
border-color: #397CDE;
}
.TagClassName
{
border-color: #397CDE;
}
</style>