Shades of Royal Blue #376CC8
Tints of Royal Blue #376CC8
RGB
CMYK
RGB Variations
Color information
#376CC8 (or 0x376CC8) is known color: Royal Blue. HEX triplet: 37, 6C and C8. RGB value is (55,108,200). Sum of RGB (Red+Green+Blue) = 55+108+200=363 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.15% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 200 (78.52% from 255 or 55.10% from 363); Max value from RGB is 200 - color contains mainly: blue. Hex color #376CC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376CC8 is #C89337. Grayscale: #666666. Windows color (decimal): -13144888 or 13134903. OLE color: 13134903.
HSL color Cylindrical-coordinate representation of color #376CC8: hue angle of 218.07º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #376CC8 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 108 | 200 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.22 |
| HSL | 218.07º | 0.57% | 0.5% | - |
| HSV(B) | 218.07º | 0.73% | 0.78% | - |
| XYZ | 17.36 | 15.71 | 56.76 | - |
| YUV | 102.64 | 182.94 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 108 | 200 | 0.72 | 0.46 | 0 | 0.22 | 218.07 | 0.57 | 0.5 |
| Hex | 37 | 6C | C8 | 48 | 2E | 0 | 16 | DA | 39 | 32 |
| Octal | 67 | 154 | 310 | 110 | 56 | 0 | 26 | 332 | 71 | 62 |
| Binary | 110111 | 1101100 | 11001000 | 1001000 | 101110 | 0 | 10110 | 11011010 | 111001 | 110010 |
Color Harmonies of #376CC8
Complementary color
Monochromatic Colors of #376CC8
Black with #376CC8
Text Example
Text Example
White with #376CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376CC8; }
p { color: rgb(55,108,200); }
H1.HeaderClassName
{
color: #376CC8;
}
.AnyTagClassName
{
color: #376CC8;
}
</style>
background-color css
<style>
a { background-color: #376CC8; }
a { background-color: rgb(55,108,200); }
div.DivClassName
{
background-color: #376CC8;
}
.BgClassName
{
background-color: #376CC8;
}
</style>
border-color css
<style>
span { border-color: #376CC8; }
span { border-color: rgb(55,108,200); }
td.TdClassName
{
border-color: #376CC8;
}
.TagClassName
{
border-color: #376CC8;
}
</style>