Shades of Royal Blue #397CFC
Tints of Royal Blue #397CFC
RGB
CMYK
RGB Variations
Color information
#397CFC (or 0x397CFC) is known color: Royal Blue. HEX triplet: 39, 7C and FC. RGB value is (57,124,252). Sum of RGB (Red+Green+Blue) = 57+124+252=433 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.16% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #397CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397CFC is #C68303. Grayscale: #757575. Windows color (decimal): -13009668 or 16546873. OLE color: 16546873.
HSL color Cylindrical-coordinate representation of color #397CFC: hue angle of 219.38º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #397CFC is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 124 | 252 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.01 |
| HSL | 219.38º | 0.97% | 0.61% | - |
| HSV(B) | 219.38º | 0.77% | 0.99% | - |
| XYZ | 26.47 | 22.31 | 95.01 | - |
| YUV | 118.56 | 203.3 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 252 | 0.77 | 0.51 | 0 | 0.01 | 219.38 | 0.97 | 0.61 |
| Hex | 39 | 7C | FC | 4D | 33 | 0 | 1 | DB | 61 | 3D |
| Octal | 71 | 174 | 374 | 115 | 63 | 0 | 1 | 333 | 141 | 75 |
| Binary | 111001 | 1111100 | 11111100 | 1001101 | 110011 | 0 | 1 | 11011011 | 1100001 | 111101 |
Color Harmonies of #397CFC
Complementary color
Monochromatic Colors of #397CFC
Black with #397CFC
Text Example
Text Example
White with #397CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397CFC; }
p { color: rgb(57,124,252); }
H1.HeaderClassName
{
color: #397CFC;
}
.AnyTagClassName
{
color: #397CFC;
}
</style>
background-color css
<style>
a { background-color: #397CFC; }
a { background-color: rgb(57,124,252); }
div.DivClassName
{
background-color: #397CFC;
}
.BgClassName
{
background-color: #397CFC;
}
</style>
border-color css
<style>
span { border-color: #397CFC; }
span { border-color: rgb(57,124,252); }
td.TdClassName
{
border-color: #397CFC;
}
.TagClassName
{
border-color: #397CFC;
}
</style>