Shades of Curious Blue #377BCF
Tints of Curious Blue #377BCF
RGB
CMYK
RGB Variations
Color information
#377BCF (or 0x377BCF) is known color: Curious Blue. HEX triplet: 37, 7B and CF. RGB value is (55,123,207). Sum of RGB (Red+Green+Blue) = 55+123+207=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #377BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377BCF is #C88430. Grayscale: #6F6F6F. Windows color (decimal): -13141041 or 13597495. OLE color: 13597495.
HSL color Cylindrical-coordinate representation of color #377BCF: hue angle of 213.16º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #377BCF is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 123 | 207 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.19 |
| HSL | 213.16º | 0.61% | 0.51% | - |
| HSV(B) | 213.16º | 0.73% | 0.81% | - |
| XYZ | 19.92 | 19.48 | 61.74 | - |
| YUV | 112.24 | 181.47 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 207 | 0.73 | 0.41 | 0 | 0.19 | 213.16 | 0.61 | 0.51 |
| Hex | 37 | 7B | CF | 49 | 29 | 0 | 13 | D5 | 3D | 33 |
| Octal | 67 | 173 | 317 | 111 | 51 | 0 | 23 | 325 | 75 | 63 |
| Binary | 110111 | 1111011 | 11001111 | 1001001 | 101001 | 0 | 10011 | 11010101 | 111101 | 110011 |
Color Harmonies of #377BCF
Complementary color
Monochromatic Colors of #377BCF
Black with #377BCF
Text Example
Text Example
White with #377BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377BCF; }
p { color: rgb(55,123,207); }
H1.HeaderClassName
{
color: #377BCF;
}
.AnyTagClassName
{
color: #377BCF;
}
</style>
background-color css
<style>
a { background-color: #377BCF; }
a { background-color: rgb(55,123,207); }
div.DivClassName
{
background-color: #377BCF;
}
.BgClassName
{
background-color: #377BCF;
}
</style>
border-color css
<style>
span { border-color: #377BCF; }
span { border-color: rgb(55,123,207); }
td.TdClassName
{
border-color: #377BCF;
}
.TagClassName
{
border-color: #377BCF;
}
</style>