Shades of Royal Blue #377DDA
Tints of Royal Blue #377DDA
RGB
CMYK
RGB Variations
Color information
#377DDA (or 0x377DDA) is known color: Royal Blue. HEX triplet: 37, 7D and DA. RGB value is (55,125,218). Sum of RGB (Red+Green+Blue) = 55+125+218=398 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.82% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #377DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377DDA is #C88225. Grayscale: #727272. Windows color (decimal): -13140518 or 14318903. OLE color: 14318903.
HSL color Cylindrical-coordinate representation of color #377DDA: hue angle of 214.23º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #377DDA is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 125 | 218 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.15 |
| HSL | 214.23º | 0.69% | 0.54% | - |
| HSV(B) | 214.23º | 0.75% | 0.85% | - |
| XYZ | 21.56 | 20.54 | 69.16 | - |
| YUV | 114.67 | 186.31 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 218 | 0.75 | 0.43 | 0 | 0.15 | 214.23 | 0.69 | 0.54 |
| Hex | 37 | 7D | DA | 4B | 2B | 0 | F | D6 | 45 | 36 |
| Octal | 67 | 175 | 332 | 113 | 53 | 0 | 17 | 326 | 105 | 66 |
| Binary | 110111 | 1111101 | 11011010 | 1001011 | 101011 | 0 | 1111 | 11010110 | 1000101 | 110110 |
Color Harmonies of #377DDA
Complementary color
Monochromatic Colors of #377DDA
Black with #377DDA
Text Example
Text Example
White with #377DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377DDA; }
p { color: rgb(55,125,218); }
H1.HeaderClassName
{
color: #377DDA;
}
.AnyTagClassName
{
color: #377DDA;
}
</style>
background-color css
<style>
a { background-color: #377DDA; }
a { background-color: rgb(55,125,218); }
div.DivClassName
{
background-color: #377DDA;
}
.BgClassName
{
background-color: #377DDA;
}
</style>
border-color css
<style>
span { border-color: #377DDA; }
span { border-color: rgb(55,125,218); }
td.TdClassName
{
border-color: #377DDA;
}
.TagClassName
{
border-color: #377DDA;
}
</style>