Shades of Curious Blue #376EC0
Tints of Curious Blue #376EC0
RGB
CMYK
RGB Variations
Color information
#376EC0 (or 0x376EC0) is known color: Curious Blue. HEX triplet: 37, 6E and C0. RGB value is (55,110,192). Sum of RGB (Red+Green+Blue) = 55+110+192=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 192 (75.39% from 255 or 53.78% from 357); Max value from RGB is 192 - color contains mainly: blue. Hex color #376EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376EC0 is #C8913F. Grayscale: #666666. Windows color (decimal): -13144384 or 12611127. OLE color: 12611127.
HSL color Cylindrical-coordinate representation of color #376EC0: hue angle of 215.91º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #376EC0 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 110 | 192 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.25 |
| HSL | 215.91º | 0.55% | 0.48% | - |
| HSV(B) | 215.91º | 0.71% | 0.75% | - |
| XYZ | 16.67 | 15.77 | 52.03 | - |
| YUV | 102.9 | 178.28 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 110 | 192 | 0.71 | 0.43 | 0 | 0.25 | 215.91 | 0.55 | 0.48 |
| Hex | 37 | 6E | C0 | 47 | 2B | 0 | 19 | D8 | 37 | 30 |
| Octal | 67 | 156 | 300 | 107 | 53 | 0 | 31 | 330 | 67 | 60 |
| Binary | 110111 | 1101110 | 11000000 | 1000111 | 101011 | 0 | 11001 | 11011000 | 110111 | 110000 |
Color Harmonies of #376EC0
Complementary color
Monochromatic Colors of #376EC0
Black with #376EC0
Text Example
Text Example
White with #376EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376EC0; }
p { color: rgb(55,110,192); }
H1.HeaderClassName
{
color: #376EC0;
}
.AnyTagClassName
{
color: #376EC0;
}
</style>
background-color css
<style>
a { background-color: #376EC0; }
a { background-color: rgb(55,110,192); }
div.DivClassName
{
background-color: #376EC0;
}
.BgClassName
{
background-color: #376EC0;
}
</style>
border-color css
<style>
span { border-color: #376EC0; }
span { border-color: rgb(55,110,192); }
td.TdClassName
{
border-color: #376EC0;
}
.TagClassName
{
border-color: #376EC0;
}
</style>