Shades of Curious Blue #377BC8
Tints of Curious Blue #377BC8
RGB
CMYK
RGB Variations
Color information
#377BC8 (or 0x377BC8) is known color: Curious Blue. HEX triplet: 37, 7B and C8. RGB value is (55,123,200). Sum of RGB (Red+Green+Blue) = 55+123+200=378 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.55% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 200 (78.52% from 255 or 52.91% from 378); Max value from RGB is 200 - color contains mainly: blue. Hex color #377BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377BC8 is #C88437. Grayscale: #6F6F6F. Windows color (decimal): -13141048 or 13138743. OLE color: 13138743.
HSL color Cylindrical-coordinate representation of color #377BC8: hue angle of 211.86º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #377BC8 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 123 | 200 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.22 |
| HSL | 211.86º | 0.57% | 0.5% | - |
| HSV(B) | 211.86º | 0.73% | 0.78% | - |
| XYZ | 19.08 | 19.15 | 57.33 | - |
| YUV | 111.45 | 177.97 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 200 | 0.72 | 0.38 | 0 | 0.22 | 211.86 | 0.57 | 0.5 |
| Hex | 37 | 7B | C8 | 48 | 26 | 0 | 16 | D4 | 39 | 32 |
| Octal | 67 | 173 | 310 | 110 | 46 | 0 | 26 | 324 | 71 | 62 |
| Binary | 110111 | 1111011 | 11001000 | 1001000 | 100110 | 0 | 10110 | 11010100 | 111001 | 110010 |
Color Harmonies of #377BC8
Complementary color
Monochromatic Colors of #377BC8
Black with #377BC8
Text Example
Text Example
White with #377BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377BC8; }
p { color: rgb(55,123,200); }
H1.HeaderClassName
{
color: #377BC8;
}
.AnyTagClassName
{
color: #377BC8;
}
</style>
background-color css
<style>
a { background-color: #377BC8; }
a { background-color: rgb(55,123,200); }
div.DivClassName
{
background-color: #377BC8;
}
.BgClassName
{
background-color: #377BC8;
}
</style>
border-color css
<style>
span { border-color: #377BC8; }
span { border-color: rgb(55,123,200); }
td.TdClassName
{
border-color: #377BC8;
}
.TagClassName
{
border-color: #377BC8;
}
</style>