Shades of Royal Blue #377ADD
Tints of Royal Blue #377ADD
RGB
CMYK
RGB Variations
Color information
#377ADD (or 0x377ADD) is known color: Royal Blue. HEX triplet: 37, 7A and DD. RGB value is (55,122,221). Sum of RGB (Red+Green+Blue) = 55+122+221=398 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.82% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #377ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377ADD is #C88522. Grayscale: #707070. Windows color (decimal): -13141283 or 14514743. OLE color: 14514743.
HSL color Cylindrical-coordinate representation of color #377ADD: hue angle of 215.78º degrees, saturation: 0.71, 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 #377ADD is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 122 | 221 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.13 |
| HSL | 215.78º | 0.71% | 0.54% | - |
| HSV(B) | 215.78º | 0.75% | 0.87% | - |
| XYZ | 21.59 | 19.95 | 71.12 | - |
| YUV | 113.25 | 188.8 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 221 | 0.75 | 0.45 | 0 | 0.13 | 215.78 | 0.71 | 0.54 |
| Hex | 37 | 7A | DD | 4B | 2D | 0 | D | D8 | 47 | 36 |
| Octal | 67 | 172 | 335 | 113 | 55 | 0 | 15 | 330 | 107 | 66 |
| Binary | 110111 | 1111010 | 11011101 | 1001011 | 101101 | 0 | 1101 | 11011000 | 1000111 | 110110 |
Color Harmonies of #377ADD
Complementary color
Monochromatic Colors of #377ADD
Black with #377ADD
Text Example
Text Example
White with #377ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377ADD; }
p { color: rgb(55,122,221); }
H1.HeaderClassName
{
color: #377ADD;
}
.AnyTagClassName
{
color: #377ADD;
}
</style>
background-color css
<style>
a { background-color: #377ADD; }
a { background-color: rgb(55,122,221); }
div.DivClassName
{
background-color: #377ADD;
}
.BgClassName
{
background-color: #377ADD;
}
</style>
border-color css
<style>
span { border-color: #377ADD; }
span { border-color: rgb(55,122,221); }
td.TdClassName
{
border-color: #377ADD;
}
.TagClassName
{
border-color: #377ADD;
}
</style>