Shades of Blue Dianne #374F4B
Tints of Blue Dianne #374F4B
RGB
CMYK
RGB Variations
Color information
#374F4B (or 0x374F4B) is known color: Blue Dianne. HEX triplet: 37, 4F and 4B. RGB value is (55,79,75). Sum of RGB (Red+Green+Blue) = 55+79+75=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 79 - color contains mainly: green. Hex color #374F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374F4B is #C8B0B4. Grayscale: #474747. Windows color (decimal): -13152437 or 4935479. OLE color: 4935479.
HSL color Cylindrical-coordinate representation of color #374F4B: hue angle of 170º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #374F4B is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 79 | 75 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.69 |
| HSL | 170º | 0.18% | 0.26% | - |
| HSV(B) | 170º | 0.3% | 0.31% | - |
| XYZ | 5.64 | 6.91 | 7.69 | - |
| YUV | 71.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 79 | 75 | 0.30 | 0 | 0.05 | 0.69 | 170 | 0.18 | 0.26 |
| Hex | 37 | 4F | 4B | 1E | 0 | 5 | 45 | AA | 12 | 1A |
| Octal | 67 | 117 | 113 | 36 | 0 | 5 | 105 | 252 | 22 | 32 |
| Binary | 110111 | 1001111 | 1001011 | 11110 | 0 | 101 | 1000101 | 10101010 | 10010 | 11010 |
Color Harmonies of #374F4B
Complementary color
Monochromatic Colors of #374F4B
Black with #374F4B
Text Example
Text Example
White with #374F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374F4B; }
p { color: rgb(55,79,75); }
H1.HeaderClassName
{
color: #374F4B;
}
.AnyTagClassName
{
color: #374F4B;
}
</style>
background-color css
<style>
a { background-color: #374F4B; }
a { background-color: rgb(55,79,75); }
div.DivClassName
{
background-color: #374F4B;
}
.BgClassName
{
background-color: #374F4B;
}
</style>
border-color css
<style>
span { border-color: #374F4B; }
span { border-color: rgb(55,79,75); }
td.TdClassName
{
border-color: #374F4B;
}
.TagClassName
{
border-color: #374F4B;
}
</style>