Shades of Royal Blue #397CEC
Tints of Royal Blue #397CEC
RGB
CMYK
RGB Variations
Color information
#397CEC (or 0x397CEC) is known color: Royal Blue. HEX triplet: 39, 7C and EC. RGB value is (57,124,236). Sum of RGB (Red+Green+Blue) = 57+124+236=417 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.67% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #397CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397CEC is #C68313. Grayscale: #747474. Windows color (decimal): -13009684 or 15498297. OLE color: 15498297.
HSL color Cylindrical-coordinate representation of color #397CEC: hue angle of 217.54º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #397CEC is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 124 | 236 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.07 |
| HSL | 217.54º | 0.82% | 0.57% | - |
| HSV(B) | 217.54º | 0.76% | 0.93% | - |
| XYZ | 24.04 | 21.34 | 82.21 | - |
| YUV | 116.74 | 195.3 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 236 | 0.76 | 0.47 | 0 | 0.07 | 217.54 | 0.82 | 0.57 |
| Hex | 39 | 7C | EC | 4C | 2F | 0 | 7 | DA | 52 | 39 |
| Octal | 71 | 174 | 354 | 114 | 57 | 0 | 7 | 332 | 122 | 71 |
| Binary | 111001 | 1111100 | 11101100 | 1001100 | 101111 | 0 | 111 | 11011010 | 1010010 | 111001 |
Color Harmonies of #397CEC
Complementary color
Monochromatic Colors of #397CEC
Black with #397CEC
Text Example
Text Example
White with #397CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397CEC; }
p { color: rgb(57,124,236); }
H1.HeaderClassName
{
color: #397CEC;
}
.AnyTagClassName
{
color: #397CEC;
}
</style>
background-color css
<style>
a { background-color: #397CEC; }
a { background-color: rgb(57,124,236); }
div.DivClassName
{
background-color: #397CEC;
}
.BgClassName
{
background-color: #397CEC;
}
</style>
border-color css
<style>
span { border-color: #397CEC; }
span { border-color: rgb(57,124,236); }
td.TdClassName
{
border-color: #397CEC;
}
.TagClassName
{
border-color: #397CEC;
}
</style>