Shades of Royal Blue #376BD3
Tints of Royal Blue #376BD3
RGB
CMYK
RGB Variations
Color information
#376BD3 (or 0x376BD3) is known color: Royal Blue. HEX triplet: 37, 6B and D3. RGB value is (55,107,211). Sum of RGB (Red+Green+Blue) = 55+107+211=373 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.75% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 211 (82.81% from 255 or 56.57% from 373); Max value from RGB is 211 - color contains mainly: blue. Hex color #376BD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376BD3 is #C8942C. Grayscale: #666666. Windows color (decimal): -13145133 or 13855543. OLE color: 13855543.
HSL color Cylindrical-coordinate representation of color #376BD3: hue angle of 220º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #376BD3 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 55 | 107 | 211 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.17 |
| HSL | 220º | 0.64% | 0.52% | - |
| HSV(B) | 220º | 0.74% | 0.83% | - |
| XYZ | 18.59 | 16.03 | 63.74 | - |
| YUV | 103.31 | 188.77 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 107 | 211 | 0.74 | 0.49 | 0 | 0.17 | 220 | 0.64 | 0.52 |
| Hex | 37 | 6B | D3 | 4A | 31 | 0 | 11 | DC | 40 | 34 |
| Octal | 67 | 153 | 323 | 112 | 61 | 0 | 21 | 334 | 100 | 64 |
| Binary | 110111 | 1101011 | 11010011 | 1001010 | 110001 | 0 | 10001 | 11011100 | 1000000 | 110100 |
Color Harmonies of #376BD3
Complementary color
Monochromatic Colors of #376BD3
Black with #376BD3
Text Example
Text Example
White with #376BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376BD3; }
p { color: rgb(55,107,211); }
H1.HeaderClassName
{
color: #376BD3;
}
.AnyTagClassName
{
color: #376BD3;
}
</style>
background-color css
<style>
a { background-color: #376BD3; }
a { background-color: rgb(55,107,211); }
div.DivClassName
{
background-color: #376BD3;
}
.BgClassName
{
background-color: #376BD3;
}
</style>
border-color css
<style>
span { border-color: #376BD3; }
span { border-color: rgb(55,107,211); }
td.TdClassName
{
border-color: #376BD3;
}
.TagClassName
{
border-color: #376BD3;
}
</style>