Shades of Royal Blue #377AD6
Tints of Royal Blue #377AD6
RGB
CMYK
RGB Variations
Color information
#377AD6 (or 0x377AD6) is known color: Royal Blue. HEX triplet: 37, 7A and D6. RGB value is (55,122,214). Sum of RGB (Red+Green+Blue) = 55+122+214=391 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.07% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 214 (83.98% from 255 or 54.73% from 391); Max value from RGB is 214 - color contains mainly: blue. Hex color #377AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377AD6 is #C88529. Grayscale: #707070. Windows color (decimal): -13141290 or 14055991. OLE color: 14055991.
HSL color Cylindrical-coordinate representation of color #377AD6: hue angle of 214.72º degrees, saturation: 0.66, 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 #377AD6 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 122 | 214 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.16 |
| HSL | 214.72º | 0.66% | 0.53% | - |
| HSV(B) | 214.72º | 0.74% | 0.84% | - |
| XYZ | 20.67 | 19.59 | 66.31 | - |
| YUV | 112.46 | 185.3 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 214 | 0.74 | 0.43 | 0 | 0.16 | 214.72 | 0.66 | 0.53 |
| Hex | 37 | 7A | D6 | 4A | 2B | 0 | 10 | D7 | 42 | 35 |
| Octal | 67 | 172 | 326 | 112 | 53 | 0 | 20 | 327 | 102 | 65 |
| Binary | 110111 | 1111010 | 11010110 | 1001010 | 101011 | 0 | 10000 | 11010111 | 1000010 | 110101 |
Color Harmonies of #377AD6
Complementary color
Monochromatic Colors of #377AD6
Black with #377AD6
Text Example
Text Example
White with #377AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377AD6; }
p { color: rgb(55,122,214); }
H1.HeaderClassName
{
color: #377AD6;
}
.AnyTagClassName
{
color: #377AD6;
}
</style>
background-color css
<style>
a { background-color: #377AD6; }
a { background-color: rgb(55,122,214); }
div.DivClassName
{
background-color: #377AD6;
}
.BgClassName
{
background-color: #377AD6;
}
</style>
border-color css
<style>
span { border-color: #377AD6; }
span { border-color: rgb(55,122,214); }
td.TdClassName
{
border-color: #377AD6;
}
.TagClassName
{
border-color: #377AD6;
}
</style>