Shades of Curious Blue #377DAB
Tints of Curious Blue #377DAB
RGB
CMYK
RGB Variations
Color information
#377DAB (or 0x377DAB) is known color: Curious Blue. HEX triplet: 37, 7D and AB. RGB value is (55,125,171). Sum of RGB (Red+Green+Blue) = 55+125+171=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #377DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377DAB is #C88254. Grayscale: #6D6D6D. Windows color (decimal): -13140565 or 11238711. OLE color: 11238711.
HSL color Cylindrical-coordinate representation of color #377DAB: hue angle of 203.79º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #377DAB is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 125 | 171 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.33 |
| HSL | 203.79º | 0.51% | 0.44% | - |
| HSV(B) | 203.79º | 0.68% | 0.67% | - |
| XYZ | 16.26 | 18.42 | 41.23 | - |
| YUV | 109.31 | 162.81 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 171 | 0.68 | 0.27 | 0 | 0.33 | 203.79 | 0.51 | 0.44 |
| Hex | 37 | 7D | AB | 44 | 1B | 0 | 21 | CC | 33 | 2C |
| Octal | 67 | 175 | 253 | 104 | 33 | 0 | 41 | 314 | 63 | 54 |
| Binary | 110111 | 1111101 | 10101011 | 1000100 | 11011 | 0 | 100001 | 11001100 | 110011 | 101100 |
Color Harmonies of #377DAB
Complementary color
Monochromatic Colors of #377DAB
Black with #377DAB
Text Example
Text Example
White with #377DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377DAB; }
p { color: rgb(55,125,171); }
H1.HeaderClassName
{
color: #377DAB;
}
.AnyTagClassName
{
color: #377DAB;
}
</style>
background-color css
<style>
a { background-color: #377DAB; }
a { background-color: rgb(55,125,171); }
div.DivClassName
{
background-color: #377DAB;
}
.BgClassName
{
background-color: #377DAB;
}
</style>
border-color css
<style>
span { border-color: #377DAB; }
span { border-color: rgb(55,125,171); }
td.TdClassName
{
border-color: #377DAB;
}
.TagClassName
{
border-color: #377DAB;
}
</style>