Shades of Curious Blue #377DC9
Tints of Curious Blue #377DC9
RGB
CMYK
RGB Variations
Color information
#377DC9 (or 0x377DC9) is known color: Curious Blue. HEX triplet: 37, 7D and C9. RGB value is (55,125,201). Sum of RGB (Red+Green+Blue) = 55+125+201=381 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.44% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #377DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377DC9 is #C88236. Grayscale: #707070. Windows color (decimal): -13140535 or 13204791. OLE color: 13204791.
HSL color Cylindrical-coordinate representation of color #377DC9: hue angle of 211.23º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #377DC9 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 125 | 201 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.21 |
| HSL | 211.23º | 0.57% | 0.5% | - |
| HSV(B) | 211.23º | 0.73% | 0.79% | - |
| XYZ | 19.45 | 19.7 | 58.03 | - |
| YUV | 112.73 | 177.81 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 201 | 0.73 | 0.38 | 0 | 0.21 | 211.23 | 0.57 | 0.5 |
| Hex | 37 | 7D | C9 | 49 | 26 | 0 | 15 | D3 | 39 | 32 |
| Octal | 67 | 175 | 311 | 111 | 46 | 0 | 25 | 323 | 71 | 62 |
| Binary | 110111 | 1111101 | 11001001 | 1001001 | 100110 | 0 | 10101 | 11010011 | 111001 | 110010 |
Color Harmonies of #377DC9
Complementary color
Monochromatic Colors of #377DC9
Black with #377DC9
Text Example
Text Example
White with #377DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377DC9; }
p { color: rgb(55,125,201); }
H1.HeaderClassName
{
color: #377DC9;
}
.AnyTagClassName
{
color: #377DC9;
}
</style>
background-color css
<style>
a { background-color: #377DC9; }
a { background-color: rgb(55,125,201); }
div.DivClassName
{
background-color: #377DC9;
}
.BgClassName
{
background-color: #377DC9;
}
</style>
border-color css
<style>
span { border-color: #377DC9; }
span { border-color: rgb(55,125,201); }
td.TdClassName
{
border-color: #377DC9;
}
.TagClassName
{
border-color: #377DC9;
}
</style>