Shades of Royal Blue #376AD0
Tints of Royal Blue #376AD0
RGB
CMYK
RGB Variations
Color information
#376AD0 (or 0x376AD0) is known color: Royal Blue. HEX triplet: 37, 6A and D0. RGB value is (55,106,208). Sum of RGB (Red+Green+Blue) = 55+106+208=369 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.91% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 208 (81.64% from 255 or 56.37% from 369); Max value from RGB is 208 - color contains mainly: blue. Hex color #376AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376AD0 is #C8952F. Grayscale: #656565. Windows color (decimal): -13145392 or 13658679. OLE color: 13658679.
HSL color Cylindrical-coordinate representation of color #376AD0: hue angle of 220º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #376AD0 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 106 | 208 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.18 |
| HSL | 220º | 0.62% | 0.52% | - |
| HSV(B) | 220º | 0.74% | 0.82% | - |
| XYZ | 18.11 | 15.67 | 61.75 | - |
| YUV | 102.38 | 187.6 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 106 | 208 | 0.74 | 0.49 | 0 | 0.18 | 220 | 0.62 | 0.52 |
| Hex | 37 | 6A | D0 | 4A | 31 | 0 | 12 | DC | 3E | 34 |
| Octal | 67 | 152 | 320 | 112 | 61 | 0 | 22 | 334 | 76 | 64 |
| Binary | 110111 | 1101010 | 11010000 | 1001010 | 110001 | 0 | 10010 | 11011100 | 111110 | 110100 |
Color Harmonies of #376AD0
Complementary color
Monochromatic Colors of #376AD0
Black with #376AD0
Text Example
Text Example
White with #376AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376AD0; }
p { color: rgb(55,106,208); }
H1.HeaderClassName
{
color: #376AD0;
}
.AnyTagClassName
{
color: #376AD0;
}
</style>
background-color css
<style>
a { background-color: #376AD0; }
a { background-color: rgb(55,106,208); }
div.DivClassName
{
background-color: #376AD0;
}
.BgClassName
{
background-color: #376AD0;
}
</style>
border-color css
<style>
span { border-color: #376AD0; }
span { border-color: rgb(55,106,208); }
td.TdClassName
{
border-color: #376AD0;
}
.TagClassName
{
border-color: #376AD0;
}
</style>