Shades of Curious Blue #377DAD
Tints of Curious Blue #377DAD
RGB
CMYK
RGB Variations
Color information
#377DAD (or 0x377DAD) is known color: Curious Blue. HEX triplet: 37, 7D and AD. RGB value is (55,125,173). Sum of RGB (Red+Green+Blue) = 55+125+173=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #377DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377DAD is #C88252. Grayscale: #6D6D6D. Windows color (decimal): -13140563 or 11369783. OLE color: 11369783.
HSL color Cylindrical-coordinate representation of color #377DAD: hue angle of 204.41º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #377DAD is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 125 | 173 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.32 |
| HSL | 204.41º | 0.52% | 0.45% | - |
| HSV(B) | 204.41º | 0.68% | 0.68% | - |
| XYZ | 16.45 | 18.5 | 42.24 | - |
| YUV | 109.54 | 163.81 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 173 | 0.68 | 0.28 | 0 | 0.32 | 204.41 | 0.52 | 0.45 |
| Hex | 37 | 7D | AD | 44 | 1C | 0 | 20 | CC | 34 | 2D |
| Octal | 67 | 175 | 255 | 104 | 34 | 0 | 40 | 314 | 64 | 55 |
| Binary | 110111 | 1111101 | 10101101 | 1000100 | 11100 | 0 | 100000 | 11001100 | 110100 | 101101 |
Color Harmonies of #377DAD
Complementary color
Monochromatic Colors of #377DAD
Black with #377DAD
Text Example
Text Example
White with #377DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377DAD; }
p { color: rgb(55,125,173); }
H1.HeaderClassName
{
color: #377DAD;
}
.AnyTagClassName
{
color: #377DAD;
}
</style>
background-color css
<style>
a { background-color: #377DAD; }
a { background-color: rgb(55,125,173); }
div.DivClassName
{
background-color: #377DAD;
}
.BgClassName
{
background-color: #377DAD;
}
</style>
border-color css
<style>
span { border-color: #377DAD; }
span { border-color: rgb(55,125,173); }
td.TdClassName
{
border-color: #377DAD;
}
.TagClassName
{
border-color: #377DAD;
}
</style>