Shades of Royal Blue #377DD7
Tints of Royal Blue #377DD7
RGB
CMYK
RGB Variations
Color information
#377DD7 (or 0x377DD7) is known color: Royal Blue. HEX triplet: 37, 7D and D7. RGB value is (55,125,215). Sum of RGB (Red+Green+Blue) = 55+125+215=395 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.92% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 215 (84.38% from 255 or 54.43% from 395); Max value from RGB is 215 - color contains mainly: blue. Hex color #377DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377DD7 is #C88228. Grayscale: #717171. Windows color (decimal): -13140521 or 14122295. OLE color: 14122295.
HSL color Cylindrical-coordinate representation of color #377DD7: hue angle of 213.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #377DD7 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 125 | 215 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.16 |
| HSL | 213.75º | 0.67% | 0.53% | - |
| HSV(B) | 213.75º | 0.74% | 0.84% | - |
| XYZ | 21.17 | 20.39 | 67.11 | - |
| YUV | 114.33 | 184.81 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 215 | 0.74 | 0.42 | 0 | 0.16 | 213.75 | 0.67 | 0.53 |
| Hex | 37 | 7D | D7 | 4A | 2A | 0 | 10 | D6 | 43 | 35 |
| Octal | 67 | 175 | 327 | 112 | 52 | 0 | 20 | 326 | 103 | 65 |
| Binary | 110111 | 1111101 | 11010111 | 1001010 | 101010 | 0 | 10000 | 11010110 | 1000011 | 110101 |
Color Harmonies of #377DD7
Complementary color
Monochromatic Colors of #377DD7
Black with #377DD7
Text Example
Text Example
White with #377DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377DD7; }
p { color: rgb(55,125,215); }
H1.HeaderClassName
{
color: #377DD7;
}
.AnyTagClassName
{
color: #377DD7;
}
</style>
background-color css
<style>
a { background-color: #377DD7; }
a { background-color: rgb(55,125,215); }
div.DivClassName
{
background-color: #377DD7;
}
.BgClassName
{
background-color: #377DD7;
}
</style>
border-color css
<style>
span { border-color: #377DD7; }
span { border-color: rgb(55,125,215); }
td.TdClassName
{
border-color: #377DD7;
}
.TagClassName
{
border-color: #377DD7;
}
</style>