Shades of Royal Blue #397CDD
Tints of Royal Blue #397CDD
RGB
CMYK
RGB Variations
Color information
#397CDD (or 0x397CDD) is known color: Royal Blue. HEX triplet: 39, 7C and DD. RGB value is (57,124,221). Sum of RGB (Red+Green+Blue) = 57+124+221=402 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.18% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #397CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397CDD is #C68322. Grayscale: #727272. Windows color (decimal): -13009699 or 14515257. OLE color: 14515257.
HSL color Cylindrical-coordinate representation of color #397CDD: hue angle of 215.49º 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 #397CDD is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 124 | 221 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.13 |
| HSL | 215.49º | 0.71% | 0.55% | - |
| HSV(B) | 215.49º | 0.74% | 0.87% | - |
| XYZ | 21.95 | 20.51 | 71.21 | - |
| YUV | 115.03 | 187.8 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 221 | 0.74 | 0.44 | 0 | 0.13 | 215.49 | 0.71 | 0.55 |
| Hex | 39 | 7C | DD | 4A | 2C | 0 | D | D7 | 47 | 37 |
| Octal | 71 | 174 | 335 | 112 | 54 | 0 | 15 | 327 | 107 | 67 |
| Binary | 111001 | 1111100 | 11011101 | 1001010 | 101100 | 0 | 1101 | 11010111 | 1000111 | 110111 |
Color Harmonies of #397CDD
Complementary color
Monochromatic Colors of #397CDD
Black with #397CDD
Text Example
Text Example
White with #397CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397CDD; }
p { color: rgb(57,124,221); }
H1.HeaderClassName
{
color: #397CDD;
}
.AnyTagClassName
{
color: #397CDD;
}
</style>
background-color css
<style>
a { background-color: #397CDD; }
a { background-color: rgb(57,124,221); }
div.DivClassName
{
background-color: #397CDD;
}
.BgClassName
{
background-color: #397CDD;
}
</style>
border-color css
<style>
span { border-color: #397CDD; }
span { border-color: rgb(57,124,221); }
td.TdClassName
{
border-color: #397CDD;
}
.TagClassName
{
border-color: #397CDD;
}
</style>