Shades of Royal Blue #377BED
Tints of Royal Blue #377BED
RGB
CMYK
RGB Variations
Color information
#377BED (or 0x377BED) is known color: Royal Blue. HEX triplet: 37, 7B and ED. RGB value is (55,123,237). Sum of RGB (Red+Green+Blue) = 55+123+237=415 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.25% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #377BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377BED is #C88412. Grayscale: #737373. Windows color (decimal): -13141011 or 15563575. OLE color: 15563575.
HSL color Cylindrical-coordinate representation of color #377BED: hue angle of 217.58º degrees, saturation: 0.83, 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 #377BED is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 123 | 237 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.07 |
| HSL | 217.58º | 0.83% | 0.57% | - |
| HSV(B) | 217.58º | 0.77% | 0.93% | - |
| XYZ | 23.94 | 21.09 | 82.93 | - |
| YUV | 115.66 | 196.47 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 237 | 0.77 | 0.48 | 0 | 0.07 | 217.58 | 0.83 | 0.57 |
| Hex | 37 | 7B | ED | 4D | 30 | 0 | 7 | DA | 53 | 39 |
| Octal | 67 | 173 | 355 | 115 | 60 | 0 | 7 | 332 | 123 | 71 |
| Binary | 110111 | 1111011 | 11101101 | 1001101 | 110000 | 0 | 111 | 11011010 | 1010011 | 111001 |
Color Harmonies of #377BED
Complementary color
Monochromatic Colors of #377BED
Black with #377BED
Text Example
Text Example
White with #377BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377BED; }
p { color: rgb(55,123,237); }
H1.HeaderClassName
{
color: #377BED;
}
.AnyTagClassName
{
color: #377BED;
}
</style>
background-color css
<style>
a { background-color: #377BED; }
a { background-color: rgb(55,123,237); }
div.DivClassName
{
background-color: #377BED;
}
.BgClassName
{
background-color: #377BED;
}
</style>
border-color css
<style>
span { border-color: #377BED; }
span { border-color: rgb(55,123,237); }
td.TdClassName
{
border-color: #377BED;
}
.TagClassName
{
border-color: #377BED;
}
</style>