Shades of Curious Blue #377BBF
Tints of Curious Blue #377BBF
RGB
CMYK
RGB Variations
Color information
#377BBF (or 0x377BBF) is known color: Curious Blue. HEX triplet: 37, 7B and BF. RGB value is (55,123,191). Sum of RGB (Red+Green+Blue) = 55+123+191=369 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.91% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #377BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377BBF is #C88440. Grayscale: #6E6E6E. Windows color (decimal): -13141057 or 12548919. OLE color: 12548919.
HSL color Cylindrical-coordinate representation of color #377BBF: hue angle of 210º 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 #377BBF is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 123 | 191 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.25 |
| HSL | 210º | 0.55% | 0.48% | - |
| HSV(B) | 210º | 0.71% | 0.75% | - |
| XYZ | 18.06 | 18.74 | 51.96 | - |
| YUV | 110.42 | 173.47 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 191 | 0.71 | 0.36 | 0 | 0.25 | 210 | 0.55 | 0.48 |
| Hex | 37 | 7B | BF | 47 | 24 | 0 | 19 | D2 | 37 | 30 |
| Octal | 67 | 173 | 277 | 107 | 44 | 0 | 31 | 322 | 67 | 60 |
| Binary | 110111 | 1111011 | 10111111 | 1000111 | 100100 | 0 | 11001 | 11010010 | 110111 | 110000 |
Color Harmonies of #377BBF
Complementary color
Monochromatic Colors of #377BBF
Black with #377BBF
Text Example
Text Example
White with #377BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377BBF; }
p { color: rgb(55,123,191); }
H1.HeaderClassName
{
color: #377BBF;
}
.AnyTagClassName
{
color: #377BBF;
}
</style>
background-color css
<style>
a { background-color: #377BBF; }
a { background-color: rgb(55,123,191); }
div.DivClassName
{
background-color: #377BBF;
}
.BgClassName
{
background-color: #377BBF;
}
</style>
border-color css
<style>
span { border-color: #377BBF; }
span { border-color: rgb(55,123,191); }
td.TdClassName
{
border-color: #377BBF;
}
.TagClassName
{
border-color: #377BBF;
}
</style>