Shades of Royal Blue #376ACF
Tints of Royal Blue #376ACF
RGB
CMYK
RGB Variations
Color information
#376ACF (or 0x376ACF) is known color: Royal Blue. HEX triplet: 37, 6A and CF. RGB value is (55,106,207). Sum of RGB (Red+Green+Blue) = 55+106+207=368 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.95% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #376ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376ACF is #C89530. Grayscale: #656565. Windows color (decimal): -13145393 or 13593143. OLE color: 13593143.
HSL color Cylindrical-coordinate representation of color #376ACF: hue angle of 219.87º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #376ACF is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 106 | 207 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.19 |
| HSL | 219.87º | 0.61% | 0.51% | - |
| HSV(B) | 219.87º | 0.73% | 0.81% | - |
| XYZ | 17.99 | 15.63 | 61.1 | - |
| YUV | 102.27 | 187.1 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 106 | 207 | 0.73 | 0.49 | 0 | 0.19 | 219.87 | 0.61 | 0.51 |
| Hex | 37 | 6A | CF | 49 | 31 | 0 | 13 | DC | 3D | 33 |
| Octal | 67 | 152 | 317 | 111 | 61 | 0 | 23 | 334 | 75 | 63 |
| Binary | 110111 | 1101010 | 11001111 | 1001001 | 110001 | 0 | 10011 | 11011100 | 111101 | 110011 |
Color Harmonies of #376ACF
Complementary color
Monochromatic Colors of #376ACF
Black with #376ACF
Text Example
Text Example
White with #376ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376ACF; }
p { color: rgb(55,106,207); }
H1.HeaderClassName
{
color: #376ACF;
}
.AnyTagClassName
{
color: #376ACF;
}
</style>
background-color css
<style>
a { background-color: #376ACF; }
a { background-color: rgb(55,106,207); }
div.DivClassName
{
background-color: #376ACF;
}
.BgClassName
{
background-color: #376ACF;
}
</style>
border-color css
<style>
span { border-color: #376ACF; }
span { border-color: rgb(55,106,207); }
td.TdClassName
{
border-color: #376ACF;
}
.TagClassName
{
border-color: #376ACF;
}
</style>