Shades of Blue Dianne #354E4B
Tints of Blue Dianne #354E4B
RGB
CMYK
RGB Variations
Color information
#354E4B (or 0x354E4B) is known color: Blue Dianne. HEX triplet: 35, 4E and 4B. RGB value is (53,78,75). Sum of RGB (Red+Green+Blue) = 53+78+75=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 78 - color contains mainly: green. Hex color #354E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354E4B is #CAB1B4. Grayscale: #464646. Windows color (decimal): -13283765 or 4935221. OLE color: 4935221.
HSL color Cylindrical-coordinate representation of color #354E4B: hue angle of 172.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #354E4B is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 78 | 75 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.69 |
| HSL | 172.8º | 0.19% | 0.26% | - |
| HSV(B) | 172.8º | 0.32% | 0.31% | - |
| XYZ | 5.46 | 6.71 | 7.66 | - |
| YUV | 70.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 75 | 0.32 | 0 | 0.04 | 0.69 | 172.8 | 0.19 | 0.26 |
| Hex | 35 | 4E | 4B | 20 | 0 | 4 | 45 | AD | 13 | 1A |
| Octal | 65 | 116 | 113 | 40 | 0 | 4 | 105 | 255 | 23 | 32 |
| Binary | 110101 | 1001110 | 1001011 | 100000 | 0 | 100 | 1000101 | 10101101 | 10011 | 11010 |
Color Harmonies of #354E4B
Complementary color
Monochromatic Colors of #354E4B
Black with #354E4B
Text Example
Text Example
White with #354E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354E4B; }
p { color: rgb(53,78,75); }
H1.HeaderClassName
{
color: #354E4B;
}
.AnyTagClassName
{
color: #354E4B;
}
</style>
background-color css
<style>
a { background-color: #354E4B; }
a { background-color: rgb(53,78,75); }
div.DivClassName
{
background-color: #354E4B;
}
.BgClassName
{
background-color: #354E4B;
}
</style>
border-color css
<style>
span { border-color: #354E4B; }
span { border-color: rgb(53,78,75); }
td.TdClassName
{
border-color: #354E4B;
}
.TagClassName
{
border-color: #354E4B;
}
</style>