Shades of Royal Blue #376FDF
Tints of Royal Blue #376FDF
RGB
CMYK
RGB Variations
Color information
#376FDF (or 0x376FDF) is known color: Royal Blue. HEX triplet: 37, 6F and DF. RGB value is (55,111,223). Sum of RGB (Red+Green+Blue) = 55+111+223=389 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.14% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #376FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376FDF is #C89020. Grayscale: #6A6A6A. Windows color (decimal): -13144097 or 14642999. OLE color: 14642999.
HSL color Cylindrical-coordinate representation of color #376FDF: hue angle of 220º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #376FDF is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 111 | 223 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.13 |
| HSL | 220º | 0.72% | 0.55% | - |
| HSV(B) | 220º | 0.75% | 0.87% | - |
| XYZ | 20.58 | 17.51 | 72.11 | - |
| YUV | 107.02 | 193.45 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 111 | 223 | 0.75 | 0.50 | 0 | 0.13 | 220 | 0.72 | 0.55 |
| Hex | 37 | 6F | DF | 4B | 32 | 0 | D | DC | 48 | 37 |
| Octal | 67 | 157 | 337 | 113 | 62 | 0 | 15 | 334 | 110 | 67 |
| Binary | 110111 | 1101111 | 11011111 | 1001011 | 110010 | 0 | 1101 | 11011100 | 1001000 | 110111 |
Color Harmonies of #376FDF
Complementary color
Monochromatic Colors of #376FDF
Black with #376FDF
Text Example
Text Example
White with #376FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376FDF; }
p { color: rgb(55,111,223); }
H1.HeaderClassName
{
color: #376FDF;
}
.AnyTagClassName
{
color: #376FDF;
}
</style>
background-color css
<style>
a { background-color: #376FDF; }
a { background-color: rgb(55,111,223); }
div.DivClassName
{
background-color: #376FDF;
}
.BgClassName
{
background-color: #376FDF;
}
</style>
border-color css
<style>
span { border-color: #376FDF; }
span { border-color: rgb(55,111,223); }
td.TdClassName
{
border-color: #376FDF;
}
.TagClassName
{
border-color: #376FDF;
}
</style>