Shades of Royal Blue #377FDE
Tints of Royal Blue #377FDE
RGB
CMYK
RGB Variations
Color information
#377FDE (or 0x377FDE) is known color: Royal Blue. HEX triplet: 37, 7F and DE. RGB value is (55,127,222). Sum of RGB (Red+Green+Blue) = 55+127+222=404 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.61% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #377FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377FDE is #C88021. Grayscale: #737373. Windows color (decimal): -13140002 or 14581559. OLE color: 14581559.
HSL color Cylindrical-coordinate representation of color #377FDE: hue angle of 214.13º 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 #377FDE is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 127 | 222 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.13 |
| HSL | 214.13º | 0.72% | 0.54% | - |
| HSV(B) | 214.13º | 0.75% | 0.87% | - |
| XYZ | 22.35 | 21.26 | 72.03 | - |
| YUV | 116.3 | 187.65 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 222 | 0.75 | 0.43 | 0 | 0.13 | 214.13 | 0.72 | 0.54 |
| Hex | 37 | 7F | DE | 4B | 2B | 0 | D | D6 | 48 | 36 |
| Octal | 67 | 177 | 336 | 113 | 53 | 0 | 15 | 326 | 110 | 66 |
| Binary | 110111 | 1111111 | 11011110 | 1001011 | 101011 | 0 | 1101 | 11010110 | 1001000 | 110110 |
Color Harmonies of #377FDE
Complementary color
Monochromatic Colors of #377FDE
Black with #377FDE
Text Example
Text Example
White with #377FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377FDE; }
p { color: rgb(55,127,222); }
H1.HeaderClassName
{
color: #377FDE;
}
.AnyTagClassName
{
color: #377FDE;
}
</style>
background-color css
<style>
a { background-color: #377FDE; }
a { background-color: rgb(55,127,222); }
div.DivClassName
{
background-color: #377FDE;
}
.BgClassName
{
background-color: #377FDE;
}
</style>
border-color css
<style>
span { border-color: #377FDE; }
span { border-color: rgb(55,127,222); }
td.TdClassName
{
border-color: #377FDE;
}
.TagClassName
{
border-color: #377FDE;
}
</style>