Shades of Royal Blue #376CDF
Tints of Royal Blue #376CDF
RGB
CMYK
RGB Variations
Color information
#376CDF (or 0x376CDF) is known color: Royal Blue. HEX triplet: 37, 6C and DF. RGB value is (55,108,223). Sum of RGB (Red+Green+Blue) = 55+108+223=386 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.25% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #376CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376CDF is #C89320. Grayscale: #686868. Windows color (decimal): -13144865 or 14642231. OLE color: 14642231.
HSL color Cylindrical-coordinate representation of color #376CDF: hue angle of 221.07º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #376CDF is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 108 | 223 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.13 |
| HSL | 221.07º | 0.72% | 0.55% | - |
| HSV(B) | 221.07º | 0.75% | 0.87% | - |
| XYZ | 20.26 | 16.87 | 72 | - |
| YUV | 105.26 | 194.44 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 108 | 223 | 0.75 | 0.52 | 0 | 0.13 | 221.07 | 0.72 | 0.55 |
| Hex | 37 | 6C | DF | 4B | 34 | 0 | D | DD | 48 | 37 |
| Octal | 67 | 154 | 337 | 113 | 64 | 0 | 15 | 335 | 110 | 67 |
| Binary | 110111 | 1101100 | 11011111 | 1001011 | 110100 | 0 | 1101 | 11011101 | 1001000 | 110111 |
Color Harmonies of #376CDF
Complementary color
Monochromatic Colors of #376CDF
Black with #376CDF
Text Example
Text Example
White with #376CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376CDF; }
p { color: rgb(55,108,223); }
H1.HeaderClassName
{
color: #376CDF;
}
.AnyTagClassName
{
color: #376CDF;
}
</style>
background-color css
<style>
a { background-color: #376CDF; }
a { background-color: rgb(55,108,223); }
div.DivClassName
{
background-color: #376CDF;
}
.BgClassName
{
background-color: #376CDF;
}
</style>
border-color css
<style>
span { border-color: #376CDF; }
span { border-color: rgb(55,108,223); }
td.TdClassName
{
border-color: #376CDF;
}
.TagClassName
{
border-color: #376CDF;
}
</style>