Shades of Royal Blue #377DDE
Tints of Royal Blue #377DDE
RGB
CMYK
RGB Variations
Color information
#377DDE (or 0x377DDE) is known color: Royal Blue. HEX triplet: 37, 7D and DE. RGB value is (55,125,222). Sum of RGB (Red+Green+Blue) = 55+125+222=402 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.68% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #377DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377DDE is #C88221. Grayscale: #727272. Windows color (decimal): -13140514 or 14581047. OLE color: 14581047.
HSL color Cylindrical-coordinate representation of color #377DDE: hue angle of 214.85º degrees, saturation: 0.72, 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 #377DDE is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 125 | 222 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.13 |
| HSL | 214.85º | 0.72% | 0.54% | - |
| HSV(B) | 214.85º | 0.75% | 0.87% | - |
| XYZ | 22.09 | 20.75 | 71.95 | - |
| YUV | 115.13 | 188.31 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 222 | 0.75 | 0.44 | 0 | 0.13 | 214.85 | 0.72 | 0.54 |
| Hex | 37 | 7D | DE | 4B | 2C | 0 | D | D7 | 48 | 36 |
| Octal | 67 | 175 | 336 | 113 | 54 | 0 | 15 | 327 | 110 | 66 |
| Binary | 110111 | 1111101 | 11011110 | 1001011 | 101100 | 0 | 1101 | 11010111 | 1001000 | 110110 |
Color Harmonies of #377DDE
Complementary color
Monochromatic Colors of #377DDE
Black with #377DDE
Text Example
Text Example
White with #377DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377DDE; }
p { color: rgb(55,125,222); }
H1.HeaderClassName
{
color: #377DDE;
}
.AnyTagClassName
{
color: #377DDE;
}
</style>
background-color css
<style>
a { background-color: #377DDE; }
a { background-color: rgb(55,125,222); }
div.DivClassName
{
background-color: #377DDE;
}
.BgClassName
{
background-color: #377DDE;
}
</style>
border-color css
<style>
span { border-color: #377DDE; }
span { border-color: rgb(55,125,222); }
td.TdClassName
{
border-color: #377DDE;
}
.TagClassName
{
border-color: #377DDE;
}
</style>