Shades of Curious Blue #377CC8
Tints of Curious Blue #377CC8
RGB
CMYK
RGB Variations
Color information
#377CC8 (or 0x377CC8) is known color: Curious Blue. HEX triplet: 37, 7C and C8. RGB value is (55,124,200). Sum of RGB (Red+Green+Blue) = 55+124+200=379 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.51% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #377CC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377CC8 is #C88337. Grayscale: #6F6F6F. Windows color (decimal): -13140792 or 13138999. OLE color: 13138999.
HSL color Cylindrical-coordinate representation of color #377CC8: hue angle of 211.45º 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 #377CC8 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 124 | 200 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.22 |
| HSL | 211.45º | 0.57% | 0.5% | - |
| HSV(B) | 211.45º | 0.73% | 0.78% | - |
| XYZ | 19.21 | 19.4 | 57.38 | - |
| YUV | 112.03 | 177.64 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 124 | 200 | 0.72 | 0.38 | 0 | 0.22 | 211.45 | 0.57 | 0.5 |
| Hex | 37 | 7C | C8 | 48 | 26 | 0 | 16 | D3 | 39 | 32 |
| Octal | 67 | 174 | 310 | 110 | 46 | 0 | 26 | 323 | 71 | 62 |
| Binary | 110111 | 1111100 | 11001000 | 1001000 | 100110 | 0 | 10110 | 11010011 | 111001 | 110010 |
Color Harmonies of #377CC8
Complementary color
Monochromatic Colors of #377CC8
Black with #377CC8
Text Example
Text Example
White with #377CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377CC8; }
p { color: rgb(55,124,200); }
H1.HeaderClassName
{
color: #377CC8;
}
.AnyTagClassName
{
color: #377CC8;
}
</style>
background-color css
<style>
a { background-color: #377CC8; }
a { background-color: rgb(55,124,200); }
div.DivClassName
{
background-color: #377CC8;
}
.BgClassName
{
background-color: #377CC8;
}
</style>
border-color css
<style>
span { border-color: #377CC8; }
span { border-color: rgb(55,124,200); }
td.TdClassName
{
border-color: #377CC8;
}
.TagClassName
{
border-color: #377CC8;
}
</style>