Shades of Curious Blue #377BCC
Tints of Curious Blue #377BCC
RGB
CMYK
RGB Variations
Color information
#377BCC (or 0x377BCC) is known color: Curious Blue. HEX triplet: 37, 7B and CC. RGB value is (55,123,204). Sum of RGB (Red+Green+Blue) = 55+123+204=382 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.40% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #377BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377BCC is #C88433. Grayscale: #6F6F6F. Windows color (decimal): -13141044 or 13400887. OLE color: 13400887.
HSL color Cylindrical-coordinate representation of color #377BCC: hue angle of 212.62º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #377BCC is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 123 | 204 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.2 |
| HSL | 212.62º | 0.59% | 0.51% | - |
| HSV(B) | 212.62º | 0.73% | 0.8% | - |
| XYZ | 19.56 | 19.34 | 59.83 | - |
| YUV | 111.9 | 179.97 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 204 | 0.73 | 0.40 | 0 | 0.2 | 212.62 | 0.59 | 0.51 |
| Hex | 37 | 7B | CC | 49 | 28 | 0 | 14 | D5 | 3B | 33 |
| Octal | 67 | 173 | 314 | 111 | 50 | 0 | 24 | 325 | 73 | 63 |
| Binary | 110111 | 1111011 | 11001100 | 1001001 | 101000 | 0 | 10100 | 11010101 | 111011 | 110011 |
Color Harmonies of #377BCC
Complementary color
Monochromatic Colors of #377BCC
Black with #377BCC
Text Example
Text Example
White with #377BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377BCC; }
p { color: rgb(55,123,204); }
H1.HeaderClassName
{
color: #377BCC;
}
.AnyTagClassName
{
color: #377BCC;
}
</style>
background-color css
<style>
a { background-color: #377BCC; }
a { background-color: rgb(55,123,204); }
div.DivClassName
{
background-color: #377BCC;
}
.BgClassName
{
background-color: #377BCC;
}
</style>
border-color css
<style>
span { border-color: #377BCC; }
span { border-color: rgb(55,123,204); }
td.TdClassName
{
border-color: #377BCC;
}
.TagClassName
{
border-color: #377BCC;
}
</style>