Shades of Royal Blue #376CDD
Tints of Royal Blue #376CDD
RGB
CMYK
RGB Variations
Color information
#376CDD (or 0x376CDD) is known color: Royal Blue. HEX triplet: 37, 6C and DD. RGB value is (55,108,221). Sum of RGB (Red+Green+Blue) = 55+108+221=384 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.32% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #376CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376CDD is #C89322. Grayscale: #686868. Windows color (decimal): -13144867 or 14511159. OLE color: 14511159.
HSL color Cylindrical-coordinate representation of color #376CDD: hue angle of 220.84º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #376CDD is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 108 | 221 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.13 |
| HSL | 220.84º | 0.71% | 0.54% | - |
| HSV(B) | 220.84º | 0.75% | 0.87% | - |
| XYZ | 19.99 | 16.76 | 70.59 | - |
| YUV | 105.04 | 193.44 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 108 | 221 | 0.75 | 0.51 | 0 | 0.13 | 220.84 | 0.71 | 0.54 |
| Hex | 37 | 6C | DD | 4B | 33 | 0 | D | DD | 47 | 36 |
| Octal | 67 | 154 | 335 | 113 | 63 | 0 | 15 | 335 | 107 | 66 |
| Binary | 110111 | 1101100 | 11011101 | 1001011 | 110011 | 0 | 1101 | 11011101 | 1000111 | 110110 |
Color Harmonies of #376CDD
Complementary color
Monochromatic Colors of #376CDD
Black with #376CDD
Text Example
Text Example
White with #376CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376CDD; }
p { color: rgb(55,108,221); }
H1.HeaderClassName
{
color: #376CDD;
}
.AnyTagClassName
{
color: #376CDD;
}
</style>
background-color css
<style>
a { background-color: #376CDD; }
a { background-color: rgb(55,108,221); }
div.DivClassName
{
background-color: #376CDD;
}
.BgClassName
{
background-color: #376CDD;
}
</style>
border-color css
<style>
span { border-color: #376CDD; }
span { border-color: rgb(55,108,221); }
td.TdClassName
{
border-color: #376CDD;
}
.TagClassName
{
border-color: #376CDD;
}
</style>