Shades of Curious Blue #377DB6
Tints of Curious Blue #377DB6
RGB
CMYK
RGB Variations
Color information
#377DB6 (or 0x377DB6) is known color: Curious Blue. HEX triplet: 37, 7D and B6. RGB value is (55,125,182). Sum of RGB (Red+Green+Blue) = 55+125+182=362 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.19% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 182 (71.48% from 255 or 50.28% from 362); Max value from RGB is 182 - color contains mainly: blue. Hex color #377DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377DB6 is #C88249. Grayscale: #6E6E6E. Windows color (decimal): -13140554 or 11959607. OLE color: 11959607.
HSL color Cylindrical-coordinate representation of color #377DB6: hue angle of 206.93º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #377DB6 is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 125 | 182 | - |
| CMYK | 0.70 | 0.31 | 0 | 0.29 |
| HSL | 206.93º | 0.54% | 0.46% | - |
| HSV(B) | 206.93º | 0.7% | 0.71% | - |
| XYZ | 17.35 | 18.86 | 46.98 | - |
| YUV | 110.57 | 168.31 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 182 | 0.70 | 0.31 | 0 | 0.29 | 206.93 | 0.54 | 0.46 |
| Hex | 37 | 7D | B6 | 46 | 1F | 0 | 1D | CF | 36 | 2E |
| Octal | 67 | 175 | 266 | 106 | 37 | 0 | 35 | 317 | 66 | 56 |
| Binary | 110111 | 1111101 | 10110110 | 1000110 | 11111 | 0 | 11101 | 11001111 | 110110 | 101110 |
Color Harmonies of #377DB6
Complementary color
Monochromatic Colors of #377DB6
Black with #377DB6
Text Example
Text Example
White with #377DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377DB6; }
p { color: rgb(55,125,182); }
H1.HeaderClassName
{
color: #377DB6;
}
.AnyTagClassName
{
color: #377DB6;
}
</style>
background-color css
<style>
a { background-color: #377DB6; }
a { background-color: rgb(55,125,182); }
div.DivClassName
{
background-color: #377DB6;
}
.BgClassName
{
background-color: #377DB6;
}
</style>
border-color css
<style>
span { border-color: #377DB6; }
span { border-color: rgb(55,125,182); }
td.TdClassName
{
border-color: #377DB6;
}
.TagClassName
{
border-color: #377DB6;
}
</style>