Shades of Curious Blue #377BBB
Tints of Curious Blue #377BBB
RGB
CMYK
RGB Variations
Color information
#377BBB (or 0x377BBB) is known color: Curious Blue. HEX triplet: 37, 7B and BB. RGB value is (55,123,187). Sum of RGB (Red+Green+Blue) = 55+123+187=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #377BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377BBB is #C88444. Grayscale: #6D6D6D. Windows color (decimal): -13141061 or 12286775. OLE color: 12286775.
HSL color Cylindrical-coordinate representation of color #377BBB: hue angle of 209.09º 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 #377BBB is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 123 | 187 | - |
| CMYK | 0.71 | 0.34 | 0 | 0.27 |
| HSL | 209.09º | 0.55% | 0.47% | - |
| HSV(B) | 209.09º | 0.71% | 0.73% | - |
| XYZ | 17.63 | 18.57 | 49.67 | - |
| YUV | 109.96 | 171.47 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 187 | 0.71 | 0.34 | 0 | 0.27 | 209.09 | 0.55 | 0.47 |
| Hex | 37 | 7B | BB | 47 | 22 | 0 | 1B | D1 | 37 | 2F |
| Octal | 67 | 173 | 273 | 107 | 42 | 0 | 33 | 321 | 67 | 57 |
| Binary | 110111 | 1111011 | 10111011 | 1000111 | 100010 | 0 | 11011 | 11010001 | 110111 | 101111 |
Color Harmonies of #377BBB
Complementary color
Monochromatic Colors of #377BBB
Black with #377BBB
Text Example
Text Example
White with #377BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377BBB; }
p { color: rgb(55,123,187); }
H1.HeaderClassName
{
color: #377BBB;
}
.AnyTagClassName
{
color: #377BBB;
}
</style>
background-color css
<style>
a { background-color: #377BBB; }
a { background-color: rgb(55,123,187); }
div.DivClassName
{
background-color: #377BBB;
}
.BgClassName
{
background-color: #377BBB;
}
</style>
border-color css
<style>
span { border-color: #377BBB; }
span { border-color: rgb(55,123,187); }
td.TdClassName
{
border-color: #377BBB;
}
.TagClassName
{
border-color: #377BBB;
}
</style>