Shades of Royal Blue #377ADC
Tints of Royal Blue #377ADC
RGB
CMYK
RGB Variations
Color information
#377ADC (or 0x377ADC) is known color: Royal Blue. HEX triplet: 37, 7A and DC. RGB value is (55,122,220). Sum of RGB (Red+Green+Blue) = 55+122+220=397 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.85% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #377ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377ADC is #C88523. Grayscale: #707070. Windows color (decimal): -13141284 or 14449207. OLE color: 14449207.
HSL color Cylindrical-coordinate representation of color #377ADC: hue angle of 215.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #377ADC is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 122 | 220 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.14 |
| HSL | 215.64º | 0.7% | 0.54% | - |
| HSV(B) | 215.64º | 0.75% | 0.86% | - |
| XYZ | 21.45 | 19.9 | 70.42 | - |
| YUV | 113.14 | 188.3 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 220 | 0.75 | 0.45 | 0 | 0.14 | 215.64 | 0.7 | 0.54 |
| Hex | 37 | 7A | DC | 4B | 2D | 0 | E | D8 | 46 | 36 |
| Octal | 67 | 172 | 334 | 113 | 55 | 0 | 16 | 330 | 106 | 66 |
| Binary | 110111 | 1111010 | 11011100 | 1001011 | 101101 | 0 | 1110 | 11011000 | 1000110 | 110110 |
Color Harmonies of #377ADC
Complementary color
Monochromatic Colors of #377ADC
Black with #377ADC
Text Example
Text Example
White with #377ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377ADC; }
p { color: rgb(55,122,220); }
H1.HeaderClassName
{
color: #377ADC;
}
.AnyTagClassName
{
color: #377ADC;
}
</style>
background-color css
<style>
a { background-color: #377ADC; }
a { background-color: rgb(55,122,220); }
div.DivClassName
{
background-color: #377ADC;
}
.BgClassName
{
background-color: #377ADC;
}
</style>
border-color css
<style>
span { border-color: #377ADC; }
span { border-color: rgb(55,122,220); }
td.TdClassName
{
border-color: #377ADC;
}
.TagClassName
{
border-color: #377ADC;
}
</style>