Shades of Royal Blue #397AF1
Tints of Royal Blue #397AF1
RGB
CMYK
RGB Variations
Color information
#397AF1 (or 0x397AF1) is known color: Royal Blue. HEX triplet: 39, 7A and F1. RGB value is (57,122,241). Sum of RGB (Red+Green+Blue) = 57+122+241=420 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.57% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 241 (94.53% from 255 or 57.38% from 420); Max value from RGB is 241 - color contains mainly: blue. Hex color #397AF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397AF1 is #C6850E. Grayscale: #737373. Windows color (decimal): -13010191 or 15825465. OLE color: 15825465.
HSL color Cylindrical-coordinate representation of color #397AF1: hue angle of 218.8º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #397AF1 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 122 | 241 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.05 |
| HSL | 218.8º | 0.87% | 0.58% | - |
| HSV(B) | 218.8º | 0.76% | 0.95% | - |
| XYZ | 24.52 | 21.14 | 86.01 | - |
| YUV | 116.13 | 198.47 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 241 | 0.76 | 0.49 | 0 | 0.05 | 218.8 | 0.87 | 0.58 |
| Hex | 39 | 7A | F1 | 4C | 31 | 0 | 5 | DB | 57 | 3A |
| Octal | 71 | 172 | 361 | 114 | 61 | 0 | 5 | 333 | 127 | 72 |
| Binary | 111001 | 1111010 | 11110001 | 1001100 | 110001 | 0 | 101 | 11011011 | 1010111 | 111010 |
Color Harmonies of #397AF1
Complementary color
Monochromatic Colors of #397AF1
Black with #397AF1
Text Example
Text Example
White with #397AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397AF1; }
p { color: rgb(57,122,241); }
H1.HeaderClassName
{
color: #397AF1;
}
.AnyTagClassName
{
color: #397AF1;
}
</style>
background-color css
<style>
a { background-color: #397AF1; }
a { background-color: rgb(57,122,241); }
div.DivClassName
{
background-color: #397AF1;
}
.BgClassName
{
background-color: #397AF1;
}
</style>
border-color css
<style>
span { border-color: #397AF1; }
span { border-color: rgb(57,122,241); }
td.TdClassName
{
border-color: #397AF1;
}
.TagClassName
{
border-color: #397AF1;
}
</style>