Shades of Royal Blue #397BEE
Tints of Royal Blue #397BEE
RGB
CMYK
RGB Variations
Color information
#397BEE (or 0x397BEE) is known color: Royal Blue. HEX triplet: 39, 7B and EE. RGB value is (57,123,238). Sum of RGB (Red+Green+Blue) = 57+123+238=418 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.64% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #397BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397BEE is #C68411. Grayscale: #737373. Windows color (decimal): -13009938 or 15629113. OLE color: 15629113.
HSL color Cylindrical-coordinate representation of color #397BEE: hue angle of 218.12º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #397BEE is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 123 | 238 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.07 |
| HSL | 218.12º | 0.84% | 0.58% | - |
| HSV(B) | 218.12º | 0.76% | 0.93% | - |
| XYZ | 24.2 | 21.21 | 83.71 | - |
| YUV | 116.38 | 196.63 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 238 | 0.76 | 0.48 | 0 | 0.07 | 218.12 | 0.84 | 0.58 |
| Hex | 39 | 7B | EE | 4C | 30 | 0 | 7 | DA | 54 | 3A |
| Octal | 71 | 173 | 356 | 114 | 60 | 0 | 7 | 332 | 124 | 72 |
| Binary | 111001 | 1111011 | 11101110 | 1001100 | 110000 | 0 | 111 | 11011010 | 1010100 | 111010 |
Color Harmonies of #397BEE
Complementary color
Monochromatic Colors of #397BEE
Black with #397BEE
Text Example
Text Example
White with #397BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397BEE; }
p { color: rgb(57,123,238); }
H1.HeaderClassName
{
color: #397BEE;
}
.AnyTagClassName
{
color: #397BEE;
}
</style>
background-color css
<style>
a { background-color: #397BEE; }
a { background-color: rgb(57,123,238); }
div.DivClassName
{
background-color: #397BEE;
}
.BgClassName
{
background-color: #397BEE;
}
</style>
border-color css
<style>
span { border-color: #397BEE; }
span { border-color: rgb(57,123,238); }
td.TdClassName
{
border-color: #397BEE;
}
.TagClassName
{
border-color: #397BEE;
}
</style>