Shades of Curious Blue #377DCC
Tints of Curious Blue #377DCC
RGB
CMYK
RGB Variations
Color information
#377DCC (or 0x377DCC) is known color: Curious Blue. HEX triplet: 37, 7D and CC. RGB value is (55,125,204). Sum of RGB (Red+Green+Blue) = 55+125+204=384 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.32% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #377DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377DCC is #C88233. Grayscale: #707070. Windows color (decimal): -13140532 or 13401399. OLE color: 13401399.
HSL color Cylindrical-coordinate representation of color #377DCC: hue angle of 211.81º 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 #377DCC is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 125 | 204 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.2 |
| HSL | 211.81º | 0.59% | 0.51% | - |
| HSV(B) | 211.81º | 0.73% | 0.8% | - |
| XYZ | 19.81 | 19.84 | 59.91 | - |
| YUV | 113.08 | 179.31 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 204 | 0.73 | 0.39 | 0 | 0.2 | 211.81 | 0.59 | 0.51 |
| Hex | 37 | 7D | CC | 49 | 27 | 0 | 14 | D4 | 3B | 33 |
| Octal | 67 | 175 | 314 | 111 | 47 | 0 | 24 | 324 | 73 | 63 |
| Binary | 110111 | 1111101 | 11001100 | 1001001 | 100111 | 0 | 10100 | 11010100 | 111011 | 110011 |
Color Harmonies of #377DCC
Complementary color
Monochromatic Colors of #377DCC
Black with #377DCC
Text Example
Text Example
White with #377DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377DCC; }
p { color: rgb(55,125,204); }
H1.HeaderClassName
{
color: #377DCC;
}
.AnyTagClassName
{
color: #377DCC;
}
</style>
background-color css
<style>
a { background-color: #377DCC; }
a { background-color: rgb(55,125,204); }
div.DivClassName
{
background-color: #377DCC;
}
.BgClassName
{
background-color: #377DCC;
}
</style>
border-color css
<style>
span { border-color: #377DCC; }
span { border-color: rgb(55,125,204); }
td.TdClassName
{
border-color: #377DCC;
}
.TagClassName
{
border-color: #377DCC;
}
</style>