Shades of Royal Blue #377ADE
Tints of Royal Blue #377ADE
RGB
CMYK
RGB Variations
Color information
#377ADE (or 0x377ADE) is known color: Royal Blue. HEX triplet: 37, 7A and DE. RGB value is (55,122,222). Sum of RGB (Red+Green+Blue) = 55+122+222=399 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.78% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #377ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377ADE is #C88521. Grayscale: #707070. Windows color (decimal): -13141282 or 14580279. OLE color: 14580279.
HSL color Cylindrical-coordinate representation of color #377ADE: hue angle of 215.93º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #377ADE is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 122 | 222 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.13 |
| HSL | 215.93º | 0.72% | 0.54% | - |
| HSV(B) | 215.93º | 0.75% | 0.87% | - |
| XYZ | 21.72 | 20.01 | 71.82 | - |
| YUV | 113.37 | 189.3 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 222 | 0.75 | 0.45 | 0 | 0.13 | 215.93 | 0.72 | 0.54 |
| Hex | 37 | 7A | DE | 4B | 2D | 0 | D | D8 | 48 | 36 |
| Octal | 67 | 172 | 336 | 113 | 55 | 0 | 15 | 330 | 110 | 66 |
| Binary | 110111 | 1111010 | 11011110 | 1001011 | 101101 | 0 | 1101 | 11011000 | 1001000 | 110110 |
Color Harmonies of #377ADE
Complementary color
Monochromatic Colors of #377ADE
Black with #377ADE
Text Example
Text Example
White with #377ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377ADE; }
p { color: rgb(55,122,222); }
H1.HeaderClassName
{
color: #377ADE;
}
.AnyTagClassName
{
color: #377ADE;
}
</style>
background-color css
<style>
a { background-color: #377ADE; }
a { background-color: rgb(55,122,222); }
div.DivClassName
{
background-color: #377ADE;
}
.BgClassName
{
background-color: #377ADE;
}
</style>
border-color css
<style>
span { border-color: #377ADE; }
span { border-color: rgb(55,122,222); }
td.TdClassName
{
border-color: #377ADE;
}
.TagClassName
{
border-color: #377ADE;
}
</style>