Shades of Blue Dianne #3A514E
Tints of Blue Dianne #3A514E
RGB
CMYK
RGB Variations
Color information
#3A514E (or 0x3A514E) is known color: Blue Dianne. HEX triplet: 3A, 51 and 4E. RGB value is (58,81,78). Sum of RGB (Red+Green+Blue) = 58+81+78=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 81 - color contains mainly: green. Hex color #3A514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A514E is #C5AEB1. Grayscale: #494949. Windows color (decimal): -12955314 or 5132602. OLE color: 5132602.
HSL color Cylindrical-coordinate representation of color #3A514E: hue angle of 172.17º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A514E is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 81 | 78 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.68 |
| HSL | 172.17º | 0.17% | 0.27% | - |
| HSV(B) | 172.17º | 0.28% | 0.32% | - |
| XYZ | 6.06 | 7.33 | 8.3 | - |
| YUV | 73.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 81 | 78 | 0.28 | 0 | 0.04 | 0.68 | 172.17 | 0.17 | 0.27 |
| Hex | 3A | 51 | 4E | 1C | 0 | 4 | 44 | AC | 11 | 1B |
| Octal | 72 | 121 | 116 | 34 | 0 | 4 | 104 | 254 | 21 | 33 |
| Binary | 111010 | 1010001 | 1001110 | 11100 | 0 | 100 | 1000100 | 10101100 | 10001 | 11011 |
Color Harmonies of #3A514E
Complementary color
Monochromatic Colors of #3A514E
Black with #3A514E
Text Example
Text Example
White with #3A514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A514E; }
p { color: rgb(58,81,78); }
H1.HeaderClassName
{
color: #3A514E;
}
.AnyTagClassName
{
color: #3A514E;
}
</style>
background-color css
<style>
a { background-color: #3A514E; }
a { background-color: rgb(58,81,78); }
div.DivClassName
{
background-color: #3A514E;
}
.BgClassName
{
background-color: #3A514E;
}
</style>
border-color css
<style>
span { border-color: #3A514E; }
span { border-color: rgb(58,81,78); }
td.TdClassName
{
border-color: #3A514E;
}
.TagClassName
{
border-color: #3A514E;
}
</style>