Shades of Curious Blue #377BC6
Tints of Curious Blue #377BC6
RGB
CMYK
RGB Variations
Color information
#377BC6 (or 0x377BC6) is known color: Curious Blue. HEX triplet: 37, 7B and C6. RGB value is (55,123,198). Sum of RGB (Red+Green+Blue) = 55+123+198=376 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.63% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 198 (77.73% from 255 or 52.66% from 376); Max value from RGB is 198 - color contains mainly: blue. Hex color #377BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377BC6 is #C88439. Grayscale: #6E6E6E. Windows color (decimal): -13141050 or 13007671. OLE color: 13007671.
HSL color Cylindrical-coordinate representation of color #377BC6: hue angle of 211.47º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #377BC6 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 123 | 198 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.22 |
| HSL | 211.47º | 0.57% | 0.5% | - |
| HSV(B) | 211.47º | 0.72% | 0.78% | - |
| XYZ | 18.85 | 19.06 | 56.11 | - |
| YUV | 111.22 | 176.97 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 198 | 0.72 | 0.38 | 0 | 0.22 | 211.47 | 0.57 | 0.5 |
| Hex | 37 | 7B | C6 | 48 | 26 | 0 | 16 | D3 | 39 | 32 |
| Octal | 67 | 173 | 306 | 110 | 46 | 0 | 26 | 323 | 71 | 62 |
| Binary | 110111 | 1111011 | 11000110 | 1001000 | 100110 | 0 | 10110 | 11010011 | 111001 | 110010 |
Color Harmonies of #377BC6
Complementary color
Monochromatic Colors of #377BC6
Black with #377BC6
Text Example
Text Example
White with #377BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377BC6; }
p { color: rgb(55,123,198); }
H1.HeaderClassName
{
color: #377BC6;
}
.AnyTagClassName
{
color: #377BC6;
}
</style>
background-color css
<style>
a { background-color: #377BC6; }
a { background-color: rgb(55,123,198); }
div.DivClassName
{
background-color: #377BC6;
}
.BgClassName
{
background-color: #377BC6;
}
</style>
border-color css
<style>
span { border-color: #377BC6; }
span { border-color: rgb(55,123,198); }
td.TdClassName
{
border-color: #377BC6;
}
.TagClassName
{
border-color: #377BC6;
}
</style>