Shades of Curious Blue #377FBA
Tints of Curious Blue #377FBA
RGB
CMYK
RGB Variations
Color information
#377FBA (or 0x377FBA) is known color: Curious Blue. HEX triplet: 37, 7F and BA. RGB value is (55,127,186). Sum of RGB (Red+Green+Blue) = 55+127+186=368 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.95% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #377FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377FBA is #C88045. Grayscale: #6F6F6F. Windows color (decimal): -13140038 or 12222263. OLE color: 12222263.
HSL color Cylindrical-coordinate representation of color #377FBA: hue angle of 207.02º 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 #377FBA is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 127 | 186 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.27 |
| HSL | 207.02º | 0.54% | 0.47% | - |
| HSV(B) | 207.02º | 0.7% | 0.73% | - |
| XYZ | 18.03 | 19.54 | 49.28 | - |
| YUV | 112.2 | 169.65 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 186 | 0.70 | 0.32 | 0 | 0.27 | 207.02 | 0.54 | 0.47 |
| Hex | 37 | 7F | BA | 46 | 20 | 0 | 1B | CF | 36 | 2F |
| Octal | 67 | 177 | 272 | 106 | 40 | 0 | 33 | 317 | 66 | 57 |
| Binary | 110111 | 1111111 | 10111010 | 1000110 | 100000 | 0 | 11011 | 11001111 | 110110 | 101111 |
Color Harmonies of #377FBA
Complementary color
Monochromatic Colors of #377FBA
Black with #377FBA
Text Example
Text Example
White with #377FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377FBA; }
p { color: rgb(55,127,186); }
H1.HeaderClassName
{
color: #377FBA;
}
.AnyTagClassName
{
color: #377FBA;
}
</style>
background-color css
<style>
a { background-color: #377FBA; }
a { background-color: rgb(55,127,186); }
div.DivClassName
{
background-color: #377FBA;
}
.BgClassName
{
background-color: #377FBA;
}
</style>
border-color css
<style>
span { border-color: #377FBA; }
span { border-color: rgb(55,127,186); }
td.TdClassName
{
border-color: #377FBA;
}
.TagClassName
{
border-color: #377FBA;
}
</style>