Shades of Royal Blue #376ADC
Tints of Royal Blue #376ADC
RGB
CMYK
RGB Variations
Color information
#376ADC (or 0x376ADC) is known color: Royal Blue. HEX triplet: 37, 6A and DC. RGB value is (55,106,220). Sum of RGB (Red+Green+Blue) = 55+106+220=381 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.44% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #376ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376ADC is #C89523. Grayscale: #676767. Windows color (decimal): -13145380 or 14445111. OLE color: 14445111.
HSL color Cylindrical-coordinate representation of color #376ADC: hue angle of 221.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #376ADC is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 106 | 220 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.14 |
| HSL | 221.45º | 0.7% | 0.54% | - |
| HSV(B) | 221.45º | 0.75% | 0.86% | - |
| XYZ | 19.65 | 16.29 | 69.82 | - |
| YUV | 103.75 | 193.6 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 106 | 220 | 0.75 | 0.52 | 0 | 0.14 | 221.45 | 0.7 | 0.54 |
| Hex | 37 | 6A | DC | 4B | 34 | 0 | E | DD | 46 | 36 |
| Octal | 67 | 152 | 334 | 113 | 64 | 0 | 16 | 335 | 106 | 66 |
| Binary | 110111 | 1101010 | 11011100 | 1001011 | 110100 | 0 | 1110 | 11011101 | 1000110 | 110110 |
Color Harmonies of #376ADC
Complementary color
Monochromatic Colors of #376ADC
Black with #376ADC
Text Example
Text Example
White with #376ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376ADC; }
p { color: rgb(55,106,220); }
H1.HeaderClassName
{
color: #376ADC;
}
.AnyTagClassName
{
color: #376ADC;
}
</style>
background-color css
<style>
a { background-color: #376ADC; }
a { background-color: rgb(55,106,220); }
div.DivClassName
{
background-color: #376ADC;
}
.BgClassName
{
background-color: #376ADC;
}
</style>
border-color css
<style>
span { border-color: #376ADC; }
span { border-color: rgb(55,106,220); }
td.TdClassName
{
border-color: #376ADC;
}
.TagClassName
{
border-color: #376ADC;
}
</style>