Shades of Blue Dianne #2A534E
Tints of Blue Dianne #2A534E
RGB
CMYK
RGB Variations
Color information
#2A534E (or 0x2A534E) is known color: Blue Dianne. HEX triplet: 2A, 53 and 4E. RGB value is (42,83,78). Sum of RGB (Red+Green+Blue) = 42+83+78=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #2A534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A534E is #D5ACB1. Grayscale: #464646. Windows color (decimal): -14003378 or 5133098. OLE color: 5133098.
HSL color Cylindrical-coordinate representation of color #2A534E: hue angle of 172.68º 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 #2A534E is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 83 | 78 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.67 |
| HSL | 172.68º | 0.33% | 0.25% | - |
| HSV(B) | 172.68º | 0.49% | 0.33% | - |
| XYZ | 5.42 | 7.23 | 8.32 | - |
| YUV | 70.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 83 | 78 | 0.49 | 0 | 0.06 | 0.67 | 172.68 | 0.33 | 0.25 |
| Hex | 2A | 53 | 4E | 31 | 0 | 6 | 43 | AD | 21 | 19 |
| Octal | 52 | 123 | 116 | 61 | 0 | 6 | 103 | 255 | 41 | 31 |
| Binary | 101010 | 1010011 | 1001110 | 110001 | 0 | 110 | 1000011 | 10101101 | 100001 | 11001 |
Color Harmonies of #2A534E
Complementary color
Monochromatic Colors of #2A534E
Black with #2A534E
Text Example
Text Example
White with #2A534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A534E; }
p { color: rgb(42,83,78); }
H1.HeaderClassName
{
color: #2A534E;
}
.AnyTagClassName
{
color: #2A534E;
}
</style>
background-color css
<style>
a { background-color: #2A534E; }
a { background-color: rgb(42,83,78); }
div.DivClassName
{
background-color: #2A534E;
}
.BgClassName
{
background-color: #2A534E;
}
</style>
border-color css
<style>
span { border-color: #2A534E; }
span { border-color: rgb(42,83,78); }
td.TdClassName
{
border-color: #2A534E;
}
.TagClassName
{
border-color: #2A534E;
}
</style>