Shades of Blue Dianne #374E4C
Tints of Blue Dianne #374E4C
RGB
CMYK
RGB Variations
Color information
#374E4C (or 0x374E4C) is known color: Blue Dianne. HEX triplet: 37, 4E and 4C. RGB value is (55,78,76). Sum of RGB (Red+Green+Blue) = 55+78+76=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 78 - color contains mainly: green. Hex color #374E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374E4C is #C8B1B3. Grayscale: #464646. Windows color (decimal): -13152692 or 5000759. OLE color: 5000759.
HSL color Cylindrical-coordinate representation of color #374E4C: hue angle of 174.78º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #374E4C is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 78 | 76 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.69 |
| HSL | 174.78º | 0.17% | 0.26% | - |
| HSV(B) | 174.78º | 0.29% | 0.31% | - |
| XYZ | 5.6 | 6.78 | 7.85 | - |
| YUV | 70.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 78 | 76 | 0.29 | 0 | 0.03 | 0.69 | 174.78 | 0.17 | 0.26 |
| Hex | 37 | 4E | 4C | 1D | 0 | 3 | 45 | AF | 11 | 1A |
| Octal | 67 | 116 | 114 | 35 | 0 | 3 | 105 | 257 | 21 | 32 |
| Binary | 110111 | 1001110 | 1001100 | 11101 | 0 | 11 | 1000101 | 10101111 | 10001 | 11010 |
Color Harmonies of #374E4C
Complementary color
Monochromatic Colors of #374E4C
Black with #374E4C
Text Example
Text Example
White with #374E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374E4C; }
p { color: rgb(55,78,76); }
H1.HeaderClassName
{
color: #374E4C;
}
.AnyTagClassName
{
color: #374E4C;
}
</style>
background-color css
<style>
a { background-color: #374E4C; }
a { background-color: rgb(55,78,76); }
div.DivClassName
{
background-color: #374E4C;
}
.BgClassName
{
background-color: #374E4C;
}
</style>
border-color css
<style>
span { border-color: #374E4C; }
span { border-color: rgb(55,78,76); }
td.TdClassName
{
border-color: #374E4C;
}
.TagClassName
{
border-color: #374E4C;
}
</style>