Shades of Curious Blue #377BCE
Tints of Curious Blue #377BCE
RGB
CMYK
RGB Variations
Color information
#377BCE (or 0x377BCE) is known color: Curious Blue. HEX triplet: 37, 7B and CE. RGB value is (55,123,206). Sum of RGB (Red+Green+Blue) = 55+123+206=384 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.32% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #377BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377BCE is #C88431. Grayscale: #6F6F6F. Windows color (decimal): -13141042 or 13531959. OLE color: 13531959.
HSL color Cylindrical-coordinate representation of color #377BCE: hue angle of 212.98º 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 #377BCE is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 123 | 206 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.19 |
| HSL | 212.98º | 0.61% | 0.51% | - |
| HSV(B) | 212.98º | 0.73% | 0.81% | - |
| XYZ | 19.8 | 19.43 | 61.1 | - |
| YUV | 112.13 | 180.97 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 206 | 0.73 | 0.40 | 0 | 0.19 | 212.98 | 0.61 | 0.51 |
| Hex | 37 | 7B | CE | 49 | 28 | 0 | 13 | D5 | 3D | 33 |
| Octal | 67 | 173 | 316 | 111 | 50 | 0 | 23 | 325 | 75 | 63 |
| Binary | 110111 | 1111011 | 11001110 | 1001001 | 101000 | 0 | 10011 | 11010101 | 111101 | 110011 |
Color Harmonies of #377BCE
Complementary color
Monochromatic Colors of #377BCE
Black with #377BCE
Text Example
Text Example
White with #377BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377BCE; }
p { color: rgb(55,123,206); }
H1.HeaderClassName
{
color: #377BCE;
}
.AnyTagClassName
{
color: #377BCE;
}
</style>
background-color css
<style>
a { background-color: #377BCE; }
a { background-color: rgb(55,123,206); }
div.DivClassName
{
background-color: #377BCE;
}
.BgClassName
{
background-color: #377BCE;
}
</style>
border-color css
<style>
span { border-color: #377BCE; }
span { border-color: rgb(55,123,206); }
td.TdClassName
{
border-color: #377BCE;
}
.TagClassName
{
border-color: #377BCE;
}
</style>