Shades of Blue Dianne #384B49
Tints of Blue Dianne #384B49
RGB
CMYK
RGB Variations
Color information
#384B49 (or 0x384B49) is known color: Blue Dianne. HEX triplet: 38, 4B and 49. RGB value is (56,75,73). Sum of RGB (Red+Green+Blue) = 56+75+73=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 75 - color contains mainly: green. Hex color #384B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B49 is #C7B4B6. Grayscale: #454545. Windows color (decimal): -13087927 or 4803384. OLE color: 4803384.
HSL color Cylindrical-coordinate representation of color #384B49: hue angle of 173.68º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #384B49 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 73 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.71 |
| HSL | 173.68º | 0.15% | 0.26% | - |
| HSV(B) | 173.68º | 0.25% | 0.29% | - |
| XYZ | 5.35 | 6.35 | 7.25 | - |
| YUV | 69.09 | 130.21 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 73 | 0.25 | 0 | 0.03 | 0.71 | 173.68 | 0.15 | 0.26 |
| Hex | 38 | 4B | 49 | 19 | 0 | 3 | 47 | AE | F | 1A |
| Octal | 70 | 113 | 111 | 31 | 0 | 3 | 107 | 256 | 17 | 32 |
| Binary | 111000 | 1001011 | 1001001 | 11001 | 0 | 11 | 1000111 | 10101110 | 1111 | 11010 |
Color Harmonies of #384B49
Complementary color
Monochromatic Colors of #384B49
Black with #384B49
Text Example
Text Example
White with #384B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B49; }
p { color: rgb(56,75,73); }
H1.HeaderClassName
{
color: #384B49;
}
.AnyTagClassName
{
color: #384B49;
}
</style>
background-color css
<style>
a { background-color: #384B49; }
a { background-color: rgb(56,75,73); }
div.DivClassName
{
background-color: #384B49;
}
.BgClassName
{
background-color: #384B49;
}
</style>
border-color css
<style>
span { border-color: #384B49; }
span { border-color: rgb(56,75,73); }
td.TdClassName
{
border-color: #384B49;
}
.TagClassName
{
border-color: #384B49;
}
</style>