Shades of Royal Blue #377AD5
Tints of Royal Blue #377AD5
RGB
CMYK
RGB Variations
Color information
#377AD5 (or 0x377AD5) is known color: Royal Blue. HEX triplet: 37, 7A and D5. RGB value is (55,122,213). Sum of RGB (Red+Green+Blue) = 55+122+213=390 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.10% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 213 (83.59% from 255 or 54.62% from 390); Max value from RGB is 213 - color contains mainly: blue. Hex color #377AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377AD5 is #C8852A. Grayscale: #6F6F6F. Windows color (decimal): -13141291 or 13990455. OLE color: 13990455.
HSL color Cylindrical-coordinate representation of color #377AD5: hue angle of 214.56º degrees, saturation: 0.65, 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 #377AD5 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 122 | 213 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.16 |
| HSL | 214.56º | 0.65% | 0.53% | - |
| HSV(B) | 214.56º | 0.74% | 0.84% | - |
| XYZ | 20.55 | 19.54 | 65.64 | - |
| YUV | 112.34 | 184.8 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 213 | 0.74 | 0.43 | 0 | 0.16 | 214.56 | 0.65 | 0.53 |
| Hex | 37 | 7A | D5 | 4A | 2B | 0 | 10 | D7 | 41 | 35 |
| Octal | 67 | 172 | 325 | 112 | 53 | 0 | 20 | 327 | 101 | 65 |
| Binary | 110111 | 1111010 | 11010101 | 1001010 | 101011 | 0 | 10000 | 11010111 | 1000001 | 110101 |
Color Harmonies of #377AD5
Complementary color
Monochromatic Colors of #377AD5
Black with #377AD5
Text Example
Text Example
White with #377AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377AD5; }
p { color: rgb(55,122,213); }
H1.HeaderClassName
{
color: #377AD5;
}
.AnyTagClassName
{
color: #377AD5;
}
</style>
background-color css
<style>
a { background-color: #377AD5; }
a { background-color: rgb(55,122,213); }
div.DivClassName
{
background-color: #377AD5;
}
.BgClassName
{
background-color: #377AD5;
}
</style>
border-color css
<style>
span { border-color: #377AD5; }
span { border-color: rgb(55,122,213); }
td.TdClassName
{
border-color: #377AD5;
}
.TagClassName
{
border-color: #377AD5;
}
</style>