Shades of Blue Dianne #2A534D
Tints of Blue Dianne #2A534D
RGB
CMYK
RGB Variations
Color information
#2A534D (or 0x2A534D) is known color: Blue Dianne. HEX triplet: 2A, 53 and 4D. RGB value is (42,83,77). Sum of RGB (Red+Green+Blue) = 42+83+77=202 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.79% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #2A534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A534D is #D5ACB2. Grayscale: #464646. Windows color (decimal): -14003379 or 5067562. OLE color: 5067562.
HSL color Cylindrical-coordinate representation of color #2A534D: hue angle of 171.22º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A534D is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 83 | 77 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.67 |
| HSL | 171.22º | 0.33% | 0.25% | - |
| HSV(B) | 171.22º | 0.49% | 0.33% | - |
| XYZ | 5.39 | 7.21 | 8.13 | - |
| YUV | 70.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 83 | 77 | 0.49 | 0 | 0.07 | 0.67 | 171.22 | 0.33 | 0.25 |
| Hex | 2A | 53 | 4D | 31 | 0 | 7 | 43 | AB | 21 | 19 |
| Octal | 52 | 123 | 115 | 61 | 0 | 7 | 103 | 253 | 41 | 31 |
| Binary | 101010 | 1010011 | 1001101 | 110001 | 0 | 111 | 1000011 | 10101011 | 100001 | 11001 |
Color Harmonies of #2A534D
Complementary color
Monochromatic Colors of #2A534D
Black with #2A534D
Text Example
Text Example
White with #2A534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A534D; }
p { color: rgb(42,83,77); }
H1.HeaderClassName
{
color: #2A534D;
}
.AnyTagClassName
{
color: #2A534D;
}
</style>
background-color css
<style>
a { background-color: #2A534D; }
a { background-color: rgb(42,83,77); }
div.DivClassName
{
background-color: #2A534D;
}
.BgClassName
{
background-color: #2A534D;
}
</style>
border-color css
<style>
span { border-color: #2A534D; }
span { border-color: rgb(42,83,77); }
td.TdClassName
{
border-color: #2A534D;
}
.TagClassName
{
border-color: #2A534D;
}
</style>