Shades of Curious Blue #376FBB
Tints of Curious Blue #376FBB
RGB
CMYK
RGB Variations
Color information
#376FBB (or 0x376FBB) is known color: Curious Blue. HEX triplet: 37, 6F and BB. RGB value is (55,111,187). Sum of RGB (Red+Green+Blue) = 55+111+187=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #376FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376FBB is #C89044. Grayscale: #666666. Windows color (decimal): -13144133 or 12283703. OLE color: 12283703.
HSL color Cylindrical-coordinate representation of color #376FBB: hue angle of 214.55º 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 #376FBB is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 111 | 187 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.27 |
| HSL | 214.55º | 0.55% | 0.47% | - |
| HSV(B) | 214.55º | 0.71% | 0.73% | - |
| XYZ | 16.23 | 15.77 | 49.2 | - |
| YUV | 102.92 | 175.45 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 111 | 187 | 0.71 | 0.41 | 0 | 0.27 | 214.55 | 0.55 | 0.47 |
| Hex | 37 | 6F | BB | 47 | 29 | 0 | 1B | D7 | 37 | 2F |
| Octal | 67 | 157 | 273 | 107 | 51 | 0 | 33 | 327 | 67 | 57 |
| Binary | 110111 | 1101111 | 10111011 | 1000111 | 101001 | 0 | 11011 | 11010111 | 110111 | 101111 |
Color Harmonies of #376FBB
Complementary color
Monochromatic Colors of #376FBB
Black with #376FBB
Text Example
Text Example
White with #376FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376FBB; }
p { color: rgb(55,111,187); }
H1.HeaderClassName
{
color: #376FBB;
}
.AnyTagClassName
{
color: #376FBB;
}
</style>
background-color css
<style>
a { background-color: #376FBB; }
a { background-color: rgb(55,111,187); }
div.DivClassName
{
background-color: #376FBB;
}
.BgClassName
{
background-color: #376FBB;
}
</style>
border-color css
<style>
span { border-color: #376FBB; }
span { border-color: rgb(55,111,187); }
td.TdClassName
{
border-color: #376FBB;
}
.TagClassName
{
border-color: #376FBB;
}
</style>