Shades of Curious Blue #377CBB
Tints of Curious Blue #377CBB
RGB
CMYK
RGB Variations
Color information
#377CBB (or 0x377CBB) is known color: Curious Blue. HEX triplet: 37, 7C and BB. RGB value is (55,124,187). Sum of RGB (Red+Green+Blue) = 55+124+187=366 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.03% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #377CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377CBB is #C88344. Grayscale: #6E6E6E. Windows color (decimal): -13140805 or 12287031. OLE color: 12287031.
HSL color Cylindrical-coordinate representation of color #377CBB: hue angle of 208.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #377CBB is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 124 | 187 | - |
| CMYK | 0.71 | 0.34 | 0 | 0.27 |
| HSL | 208.64º | 0.55% | 0.47% | - |
| HSV(B) | 208.64º | 0.71% | 0.73% | - |
| XYZ | 17.75 | 18.82 | 49.71 | - |
| YUV | 110.55 | 171.14 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 124 | 187 | 0.71 | 0.34 | 0 | 0.27 | 208.64 | 0.55 | 0.47 |
| Hex | 37 | 7C | BB | 47 | 22 | 0 | 1B | D1 | 37 | 2F |
| Octal | 67 | 174 | 273 | 107 | 42 | 0 | 33 | 321 | 67 | 57 |
| Binary | 110111 | 1111100 | 10111011 | 1000111 | 100010 | 0 | 11011 | 11010001 | 110111 | 101111 |
Color Harmonies of #377CBB
Complementary color
Monochromatic Colors of #377CBB
Black with #377CBB
Text Example
Text Example
White with #377CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377CBB; }
p { color: rgb(55,124,187); }
H1.HeaderClassName
{
color: #377CBB;
}
.AnyTagClassName
{
color: #377CBB;
}
</style>
background-color css
<style>
a { background-color: #377CBB; }
a { background-color: rgb(55,124,187); }
div.DivClassName
{
background-color: #377CBB;
}
.BgClassName
{
background-color: #377CBB;
}
</style>
border-color css
<style>
span { border-color: #377CBB; }
span { border-color: rgb(55,124,187); }
td.TdClassName
{
border-color: #377CBB;
}
.TagClassName
{
border-color: #377CBB;
}
</style>