Shades of Royal Blue #377FEE
Tints of Royal Blue #377FEE
RGB
CMYK
RGB Variations
Color information
#377FEE (or 0x377FEE) is known color: Royal Blue. HEX triplet: 37, 7F and EE. RGB value is (55,127,238). Sum of RGB (Red+Green+Blue) = 55+127+238=420 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.10% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #377FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377FEE is #C88011. Grayscale: #757575. Windows color (decimal): -13139986 or 15630135. OLE color: 15630135.
HSL color Cylindrical-coordinate representation of color #377FEE: hue angle of 216.39º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #377FEE is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 127 | 238 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.07 |
| HSL | 216.39º | 0.84% | 0.57% | - |
| HSV(B) | 216.39º | 0.77% | 0.93% | - |
| XYZ | 24.6 | 22.16 | 83.87 | - |
| YUV | 118.13 | 195.65 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 238 | 0.77 | 0.47 | 0 | 0.07 | 216.39 | 0.84 | 0.57 |
| Hex | 37 | 7F | EE | 4D | 2F | 0 | 7 | D8 | 54 | 39 |
| Octal | 67 | 177 | 356 | 115 | 57 | 0 | 7 | 330 | 124 | 71 |
| Binary | 110111 | 1111111 | 11101110 | 1001101 | 101111 | 0 | 111 | 11011000 | 1010100 | 111001 |
Color Harmonies of #377FEE
Complementary color
Monochromatic Colors of #377FEE
Black with #377FEE
Text Example
Text Example
White with #377FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377FEE; }
p { color: rgb(55,127,238); }
H1.HeaderClassName
{
color: #377FEE;
}
.AnyTagClassName
{
color: #377FEE;
}
</style>
background-color css
<style>
a { background-color: #377FEE; }
a { background-color: rgb(55,127,238); }
div.DivClassName
{
background-color: #377FEE;
}
.BgClassName
{
background-color: #377FEE;
}
</style>
border-color css
<style>
span { border-color: #377FEE; }
span { border-color: rgb(55,127,238); }
td.TdClassName
{
border-color: #377FEE;
}
.TagClassName
{
border-color: #377FEE;
}
</style>