Shades of Curious Blue #377BBA
Tints of Curious Blue #377BBA
RGB
CMYK
RGB Variations
Color information
#377BBA (or 0x377BBA) is known color: Curious Blue. HEX triplet: 37, 7B and BA. RGB value is (55,123,186). Sum of RGB (Red+Green+Blue) = 55+123+186=364 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.11% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #377BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377BBA is #C88445. Grayscale: #6D6D6D. Windows color (decimal): -13141062 or 12221239. OLE color: 12221239.
HSL color Cylindrical-coordinate representation of color #377BBA: hue angle of 208.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #377BBA is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 123 | 186 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.27 |
| HSL | 208.86º | 0.54% | 0.47% | - |
| HSV(B) | 208.86º | 0.7% | 0.73% | - |
| XYZ | 17.52 | 18.52 | 49.11 | - |
| YUV | 109.85 | 170.97 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 186 | 0.70 | 0.34 | 0 | 0.27 | 208.86 | 0.54 | 0.47 |
| Hex | 37 | 7B | BA | 46 | 22 | 0 | 1B | D1 | 36 | 2F |
| Octal | 67 | 173 | 272 | 106 | 42 | 0 | 33 | 321 | 66 | 57 |
| Binary | 110111 | 1111011 | 10111010 | 1000110 | 100010 | 0 | 11011 | 11010001 | 110110 | 101111 |
Color Harmonies of #377BBA
Complementary color
Monochromatic Colors of #377BBA
Black with #377BBA
Text Example
Text Example
White with #377BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377BBA; }
p { color: rgb(55,123,186); }
H1.HeaderClassName
{
color: #377BBA;
}
.AnyTagClassName
{
color: #377BBA;
}
</style>
background-color css
<style>
a { background-color: #377BBA; }
a { background-color: rgb(55,123,186); }
div.DivClassName
{
background-color: #377BBA;
}
.BgClassName
{
background-color: #377BBA;
}
</style>
border-color css
<style>
span { border-color: #377BBA; }
span { border-color: rgb(55,123,186); }
td.TdClassName
{
border-color: #377BBA;
}
.TagClassName
{
border-color: #377BBA;
}
</style>