Shades of Blue Dianne #2B534E
Tints of Blue Dianne #2B534E
RGB
CMYK
RGB Variations
Color information
#2B534E (or 0x2B534E) is known color: Blue Dianne. HEX triplet: 2B, 53 and 4E. RGB value is (43,83,78). Sum of RGB (Red+Green+Blue) = 43+83+78=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #2B534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B534E is #D4ACB1. Grayscale: #464646. Windows color (decimal): -13937842 or 5133099. OLE color: 5133099.
HSL color Cylindrical-coordinate representation of color #2B534E: hue angle of 172.5º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B534E is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 83 | 78 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.67 |
| HSL | 172.5º | 0.32% | 0.25% | - |
| HSV(B) | 172.5º | 0.48% | 0.33% | - |
| XYZ | 5.46 | 7.25 | 8.32 | - |
| YUV | 70.47 | 132.25 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 78 | 0.48 | 0 | 0.06 | 0.67 | 172.5 | 0.32 | 0.25 |
| Hex | 2B | 53 | 4E | 30 | 0 | 6 | 43 | AC | 20 | 19 |
| Octal | 53 | 123 | 116 | 60 | 0 | 6 | 103 | 254 | 40 | 31 |
| Binary | 101011 | 1010011 | 1001110 | 110000 | 0 | 110 | 1000011 | 10101100 | 100000 | 11001 |
Color Harmonies of #2B534E
Complementary color
Monochromatic Colors of #2B534E
Black with #2B534E
Text Example
Text Example
White with #2B534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B534E; }
p { color: rgb(43,83,78); }
H1.HeaderClassName
{
color: #2B534E;
}
.AnyTagClassName
{
color: #2B534E;
}
</style>
background-color css
<style>
a { background-color: #2B534E; }
a { background-color: rgb(43,83,78); }
div.DivClassName
{
background-color: #2B534E;
}
.BgClassName
{
background-color: #2B534E;
}
</style>
border-color css
<style>
span { border-color: #2B534E; }
span { border-color: rgb(43,83,78); }
td.TdClassName
{
border-color: #2B534E;
}
.TagClassName
{
border-color: #2B534E;
}
</style>