Shades of Royal Blue #397AFF
Tints of Royal Blue #397AFF
RGB
CMYK
RGB Variations
Color information
#397AFF (or 0x397AFF) is known color: Royal Blue. HEX triplet: 39, 7A and FF. RGB value is (57,122,255). Sum of RGB (Red+Green+Blue) = 57+122+255=434 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.13% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #397AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397AFF is #C68500. Grayscale: #757575. Windows color (decimal): -13010177 or 16742969. OLE color: 16742969.
HSL color Cylindrical-coordinate representation of color #397AFF: hue angle of 220.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #397AFF is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 122 | 255 | - |
| CMYK | 0.78 | 0.52 | 0 | 0 |
| HSL | 220.3º | 1% | 0.61% | - |
| HSV(B) | 220.3º | 0.78% | 1% | - |
| XYZ | 26.7 | 22.01 | 97.45 | - |
| YUV | 117.73 | 205.47 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 255 | 0.78 | 0.52 | 0 | 0 | 220.3 | 1 | 0.61 |
| Hex | 39 | 7A | FF | 4E | 34 | 0 | 0 | DC | 64 | 3D |
| Octal | 71 | 172 | 377 | 116 | 64 | 0 | 0 | 334 | 144 | 75 |
| Binary | 111001 | 1111010 | 11111111 | 1001110 | 110100 | 0 | 0 | 11011100 | 1100100 | 111101 |
Color Harmonies of #397AFF
Complementary color
Monochromatic Colors of #397AFF
Black with #397AFF
Text Example
Text Example
White with #397AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397AFF; }
p { color: rgb(57,122,255); }
H1.HeaderClassName
{
color: #397AFF;
}
.AnyTagClassName
{
color: #397AFF;
}
</style>
background-color css
<style>
a { background-color: #397AFF; }
a { background-color: rgb(57,122,255); }
div.DivClassName
{
background-color: #397AFF;
}
.BgClassName
{
background-color: #397AFF;
}
</style>
border-color css
<style>
span { border-color: #397AFF; }
span { border-color: rgb(57,122,255); }
td.TdClassName
{
border-color: #397AFF;
}
.TagClassName
{
border-color: #397AFF;
}
</style>