Shades of Royal Blue #397ADE
Tints of Royal Blue #397ADE
RGB
CMYK
RGB Variations
Color information
#397ADE (or 0x397ADE) is known color: Royal Blue. HEX triplet: 39, 7A and DE. RGB value is (57,122,222). Sum of RGB (Red+Green+Blue) = 57+122+222=401 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.21% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #397ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397ADE is #C68521. Grayscale: #717171. Windows color (decimal): -13010210 or 14580281. OLE color: 14580281.
HSL color Cylindrical-coordinate representation of color #397ADE: hue angle of 216.36º 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 #397ADE is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 122 | 222 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.13 |
| HSL | 216.36º | 0.71% | 0.55% | - |
| HSV(B) | 216.36º | 0.74% | 0.87% | - |
| XYZ | 21.83 | 20.06 | 71.83 | - |
| YUV | 113.97 | 188.97 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 222 | 0.74 | 0.45 | 0 | 0.13 | 216.36 | 0.71 | 0.55 |
| Hex | 39 | 7A | DE | 4A | 2D | 0 | D | D8 | 47 | 37 |
| Octal | 71 | 172 | 336 | 112 | 55 | 0 | 15 | 330 | 107 | 67 |
| Binary | 111001 | 1111010 | 11011110 | 1001010 | 101101 | 0 | 1101 | 11011000 | 1000111 | 110111 |
Color Harmonies of #397ADE
Complementary color
Monochromatic Colors of #397ADE
Black with #397ADE
Text Example
Text Example
White with #397ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397ADE; }
p { color: rgb(57,122,222); }
H1.HeaderClassName
{
color: #397ADE;
}
.AnyTagClassName
{
color: #397ADE;
}
</style>
background-color css
<style>
a { background-color: #397ADE; }
a { background-color: rgb(57,122,222); }
div.DivClassName
{
background-color: #397ADE;
}
.BgClassName
{
background-color: #397ADE;
}
</style>
border-color css
<style>
span { border-color: #397ADE; }
span { border-color: rgb(57,122,222); }
td.TdClassName
{
border-color: #397ADE;
}
.TagClassName
{
border-color: #397ADE;
}
</style>