Shades of Blue Dianne #354D4B
Tints of Blue Dianne #354D4B
RGB
CMYK
RGB Variations
Color information
#354D4B (or 0x354D4B) is known color: Blue Dianne. HEX triplet: 35, 4D and 4B. RGB value is (53,77,75). Sum of RGB (Red+Green+Blue) = 53+77+75=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 77 - color contains mainly: green. Hex color #354D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354D4B is #CAB2B4. Grayscale: #454545. Windows color (decimal): -13284021 or 4934965. OLE color: 4934965.
HSL color Cylindrical-coordinate representation of color #354D4B: hue angle of 175º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #354D4B is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 77 | 75 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.70 |
| HSL | 175º | 0.18% | 0.25% | - |
| HSV(B) | 175º | 0.31% | 0.3% | - |
| XYZ | 5.39 | 6.57 | 7.64 | - |
| YUV | 69.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 75 | 0.31 | 0 | 0.03 | 0.70 | 175 | 0.18 | 0.25 |
| Hex | 35 | 4D | 4B | 1F | 0 | 3 | 46 | AF | 12 | 19 |
| Octal | 65 | 115 | 113 | 37 | 0 | 3 | 106 | 257 | 22 | 31 |
| Binary | 110101 | 1001101 | 1001011 | 11111 | 0 | 11 | 1000110 | 10101111 | 10010 | 11001 |
Color Harmonies of #354D4B
Complementary color
Monochromatic Colors of #354D4B
Black with #354D4B
Text Example
Text Example
White with #354D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354D4B; }
p { color: rgb(53,77,75); }
H1.HeaderClassName
{
color: #354D4B;
}
.AnyTagClassName
{
color: #354D4B;
}
</style>
background-color css
<style>
a { background-color: #354D4B; }
a { background-color: rgb(53,77,75); }
div.DivClassName
{
background-color: #354D4B;
}
.BgClassName
{
background-color: #354D4B;
}
</style>
border-color css
<style>
span { border-color: #354D4B; }
span { border-color: rgb(53,77,75); }
td.TdClassName
{
border-color: #354D4B;
}
.TagClassName
{
border-color: #354D4B;
}
</style>