Shades of Royal Blue #376FCC
Tints of Royal Blue #376FCC
RGB
CMYK
RGB Variations
Color information
#376FCC (or 0x376FCC) is known color: Royal Blue. HEX triplet: 37, 6F and CC. RGB value is (55,111,204). Sum of RGB (Red+Green+Blue) = 55+111+204=370 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.86% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #376FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376FCC is #C89033. Grayscale: #686868. Windows color (decimal): -13144116 or 13397815. OLE color: 13397815.
HSL color Cylindrical-coordinate representation of color #376FCC: hue angle of 217.45º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #376FCC is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 111 | 204 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.2 |
| HSL | 217.45º | 0.59% | 0.51% | - |
| HSV(B) | 217.45º | 0.73% | 0.8% | - |
| XYZ | 18.16 | 16.54 | 59.36 | - |
| YUV | 104.86 | 183.95 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 111 | 204 | 0.73 | 0.46 | 0 | 0.2 | 217.45 | 0.59 | 0.51 |
| Hex | 37 | 6F | CC | 49 | 2E | 0 | 14 | D9 | 3B | 33 |
| Octal | 67 | 157 | 314 | 111 | 56 | 0 | 24 | 331 | 73 | 63 |
| Binary | 110111 | 1101111 | 11001100 | 1001001 | 101110 | 0 | 10100 | 11011001 | 111011 | 110011 |
Color Harmonies of #376FCC
Complementary color
Monochromatic Colors of #376FCC
Black with #376FCC
Text Example
Text Example
White with #376FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376FCC; }
p { color: rgb(55,111,204); }
H1.HeaderClassName
{
color: #376FCC;
}
.AnyTagClassName
{
color: #376FCC;
}
</style>
background-color css
<style>
a { background-color: #376FCC; }
a { background-color: rgb(55,111,204); }
div.DivClassName
{
background-color: #376FCC;
}
.BgClassName
{
background-color: #376FCC;
}
</style>
border-color css
<style>
span { border-color: #376FCC; }
span { border-color: rgb(55,111,204); }
td.TdClassName
{
border-color: #376FCC;
}
.TagClassName
{
border-color: #376FCC;
}
</style>