Shades of Tuna #434955
Tints of Tuna #434955
RGB
CMYK
RGB Variations
Color information
#434955 (or 0x434955) is known color: Tuna. HEX triplet: 43, 49 and 55. RGB value is (67,73,85). Sum of RGB (Red+Green+Blue) = 67+73+85=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 85 - color contains mainly: blue. Hex color #434955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434955 is #BCB6AA. Grayscale: #484848. Windows color (decimal): -12367531 or 5589315. OLE color: 5589315.
HSL color Cylindrical-coordinate representation of color #434955: hue angle of 220º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #434955 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 73 | 85 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.67 |
| HSL | 220º | 0.12% | 0.3% | - |
| HSV(B) | 220º | 0.21% | 0.33% | - |
| XYZ | 6.34 | 6.61 | 9.54 | - |
| YUV | 72.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 85 | 0.21 | 0.14 | 0 | 0.67 | 220 | 0.12 | 0.3 |
| Hex | 43 | 49 | 55 | 15 | E | 0 | 43 | DC | C | 1E |
| Octal | 103 | 111 | 125 | 25 | 16 | 0 | 103 | 334 | 14 | 36 |
| Binary | 1000011 | 1001001 | 1010101 | 10101 | 1110 | 0 | 1000011 | 11011100 | 1100 | 11110 |
Color Harmonies of #434955
Complementary color
Monochromatic Colors of #434955
Black with #434955
Text Example
Text Example
White with #434955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434955; }
p { color: rgb(67,73,85); }
H1.HeaderClassName
{
color: #434955;
}
.AnyTagClassName
{
color: #434955;
}
</style>
background-color css
<style>
a { background-color: #434955; }
a { background-color: rgb(67,73,85); }
div.DivClassName
{
background-color: #434955;
}
.BgClassName
{
background-color: #434955;
}
</style>
border-color css
<style>
span { border-color: #434955; }
span { border-color: rgb(67,73,85); }
td.TdClassName
{
border-color: #434955;
}
.TagClassName
{
border-color: #434955;
}
</style>