Shades of Curious Blue #376EBE
Tints of Curious Blue #376EBE
RGB
CMYK
RGB Variations
Color information
#376EBE (or 0x376EBE) is known color: Curious Blue. HEX triplet: 37, 6E and BE. RGB value is (55,110,190). Sum of RGB (Red+Green+Blue) = 55+110+190=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #376EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376EBE is #C89141. Grayscale: #666666. Windows color (decimal): -13144386 or 12480055. OLE color: 12480055.
HSL color Cylindrical-coordinate representation of color #376EBE: hue angle of 215.56º 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 #376EBE is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 110 | 190 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.25 |
| HSL | 215.56º | 0.55% | 0.48% | - |
| HSV(B) | 215.56º | 0.71% | 0.75% | - |
| XYZ | 16.45 | 15.68 | 50.88 | - |
| YUV | 102.68 | 177.28 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 110 | 190 | 0.71 | 0.42 | 0 | 0.25 | 215.56 | 0.55 | 0.48 |
| Hex | 37 | 6E | BE | 47 | 2A | 0 | 19 | D8 | 37 | 30 |
| Octal | 67 | 156 | 276 | 107 | 52 | 0 | 31 | 330 | 67 | 60 |
| Binary | 110111 | 1101110 | 10111110 | 1000111 | 101010 | 0 | 11001 | 11011000 | 110111 | 110000 |
Color Harmonies of #376EBE
Complementary color
Monochromatic Colors of #376EBE
Black with #376EBE
Text Example
Text Example
White with #376EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376EBE; }
p { color: rgb(55,110,190); }
H1.HeaderClassName
{
color: #376EBE;
}
.AnyTagClassName
{
color: #376EBE;
}
</style>
background-color css
<style>
a { background-color: #376EBE; }
a { background-color: rgb(55,110,190); }
div.DivClassName
{
background-color: #376EBE;
}
.BgClassName
{
background-color: #376EBE;
}
</style>
border-color css
<style>
span { border-color: #376EBE; }
span { border-color: rgb(55,110,190); }
td.TdClassName
{
border-color: #376EBE;
}
.TagClassName
{
border-color: #376EBE;
}
</style>