Shades of Blue Dianne #374C4A
Tints of Blue Dianne #374C4A
RGB
CMYK
RGB Variations
Color information
#374C4A (or 0x374C4A) is known color: Blue Dianne. HEX triplet: 37, 4C and 4A. RGB value is (55,76,74). Sum of RGB (Red+Green+Blue) = 55+76+74=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 76 - color contains mainly: green. Hex color #374C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374C4A is #C8B3B5. Grayscale: #454545. Windows color (decimal): -13153206 or 4869175. OLE color: 4869175.
HSL color Cylindrical-coordinate representation of color #374C4A: hue angle of 174.29º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #374C4A is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 76 | 74 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.70 |
| HSL | 174.29º | 0.16% | 0.26% | - |
| HSV(B) | 174.29º | 0.28% | 0.3% | - |
| XYZ | 5.4 | 6.48 | 7.44 | - |
| YUV | 69.49 | 130.54 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 76 | 74 | 0.28 | 0 | 0.03 | 0.70 | 174.29 | 0.16 | 0.26 |
| Hex | 37 | 4C | 4A | 1C | 0 | 3 | 46 | AE | 10 | 1A |
| Octal | 67 | 114 | 112 | 34 | 0 | 3 | 106 | 256 | 20 | 32 |
| Binary | 110111 | 1001100 | 1001010 | 11100 | 0 | 11 | 1000110 | 10101110 | 10000 | 11010 |
Color Harmonies of #374C4A
Complementary color
Monochromatic Colors of #374C4A
Black with #374C4A
Text Example
Text Example
White with #374C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374C4A; }
p { color: rgb(55,76,74); }
H1.HeaderClassName
{
color: #374C4A;
}
.AnyTagClassName
{
color: #374C4A;
}
</style>
background-color css
<style>
a { background-color: #374C4A; }
a { background-color: rgb(55,76,74); }
div.DivClassName
{
background-color: #374C4A;
}
.BgClassName
{
background-color: #374C4A;
}
</style>
border-color css
<style>
span { border-color: #374C4A; }
span { border-color: rgb(55,76,74); }
td.TdClassName
{
border-color: #374C4A;
}
.TagClassName
{
border-color: #374C4A;
}
</style>