Shades of Blue Dianne #38534E
Tints of Blue Dianne #38534E
RGB
CMYK
RGB Variations
Color information
#38534E (or 0x38534E) is known color: Blue Dianne. HEX triplet: 38, 53 and 4E. RGB value is (56,83,78). Sum of RGB (Red+Green+Blue) = 56+83+78=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 83 - color contains mainly: green. Hex color #38534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38534E is #C7ACB1. Grayscale: #4A4A4A. Windows color (decimal): -13085874 or 5133112. OLE color: 5133112.
HSL color Cylindrical-coordinate representation of color #38534E: hue angle of 168.89º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #38534E is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 83 | 78 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.67 |
| HSL | 168.89º | 0.19% | 0.27% | - |
| HSV(B) | 168.89º | 0.33% | 0.33% | - |
| XYZ | 6.1 | 7.58 | 8.35 | - |
| YUV | 74.36 | 130.05 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 83 | 78 | 0.33 | 0 | 0.06 | 0.67 | 168.89 | 0.19 | 0.27 |
| Hex | 38 | 53 | 4E | 21 | 0 | 6 | 43 | A9 | 13 | 1B |
| Octal | 70 | 123 | 116 | 41 | 0 | 6 | 103 | 251 | 23 | 33 |
| Binary | 111000 | 1010011 | 1001110 | 100001 | 0 | 110 | 1000011 | 10101001 | 10011 | 11011 |
Color Harmonies of #38534E
Complementary color
Monochromatic Colors of #38534E
Black with #38534E
Text Example
Text Example
White with #38534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38534E; }
p { color: rgb(56,83,78); }
H1.HeaderClassName
{
color: #38534E;
}
.AnyTagClassName
{
color: #38534E;
}
</style>
background-color css
<style>
a { background-color: #38534E; }
a { background-color: rgb(56,83,78); }
div.DivClassName
{
background-color: #38534E;
}
.BgClassName
{
background-color: #38534E;
}
</style>
border-color css
<style>
span { border-color: #38534E; }
span { border-color: rgb(56,83,78); }
td.TdClassName
{
border-color: #38534E;
}
.TagClassName
{
border-color: #38534E;
}
</style>