Shades of Blue Dianne #374948
Tints of Blue Dianne #374948
RGB
CMYK
RGB Variations
Color information
#374948 (or 0x374948) is known color: Blue Dianne. HEX triplet: 37, 49 and 48. RGB value is (55,73,72). Sum of RGB (Red+Green+Blue) = 55+73+72=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 73 - color contains mainly: green. Hex color #374948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374948 is #C8B6B7. Grayscale: #434343. Windows color (decimal): -13153976 or 4737335. OLE color: 4737335.
HSL color Cylindrical-coordinate representation of color #374948: hue angle of 176.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #374948 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 73 | 72 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.71 |
| HSL | 176.67º | 0.14% | 0.25% | - |
| HSV(B) | 176.67º | 0.25% | 0.29% | - |
| XYZ | 5.13 | 6.05 | 7.03 | - |
| YUV | 67.5 | 130.54 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 72 | 0.25 | 0 | 0.01 | 0.71 | 176.67 | 0.14 | 0.25 |
| Hex | 37 | 49 | 48 | 19 | 0 | 1 | 47 | B1 | E | 19 |
| Octal | 67 | 111 | 110 | 31 | 0 | 1 | 107 | 261 | 16 | 31 |
| Binary | 110111 | 1001001 | 1001000 | 11001 | 0 | 1 | 1000111 | 10110001 | 1110 | 11001 |
Color Harmonies of #374948
Complementary color
Monochromatic Colors of #374948
Black with #374948
Text Example
Text Example
White with #374948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374948; }
p { color: rgb(55,73,72); }
H1.HeaderClassName
{
color: #374948;
}
.AnyTagClassName
{
color: #374948;
}
</style>
background-color css
<style>
a { background-color: #374948; }
a { background-color: rgb(55,73,72); }
div.DivClassName
{
background-color: #374948;
}
.BgClassName
{
background-color: #374948;
}
</style>
border-color css
<style>
span { border-color: #374948; }
span { border-color: rgb(55,73,72); }
td.TdClassName
{
border-color: #374948;
}
.TagClassName
{
border-color: #374948;
}
</style>