Shades of Tuna #434852
Tints of Tuna #434852
RGB
CMYK
RGB Variations
Color information
#434852 (or 0x434852) is known color: Tuna. HEX triplet: 43, 48 and 52. RGB value is (67,72,82). Sum of RGB (Red+Green+Blue) = 67+72+82=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 82 - color contains mainly: blue. Hex color #434852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434852 is #BCB7AD. Grayscale: #474747. Windows color (decimal): -12367790 or 5392451. OLE color: 5392451.
HSL color Cylindrical-coordinate representation of color #434852: hue angle of 220º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #434852 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 72 | 82 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.68 |
| HSL | 220º | 0.1% | 0.29% | - |
| HSV(B) | 220º | 0.18% | 0.32% | - |
| XYZ | 6.16 | 6.44 | 8.9 | - |
| YUV | 71.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 72 | 82 | 0.18 | 0.12 | 0 | 0.68 | 220 | 0.1 | 0.29 |
| Hex | 43 | 48 | 52 | 12 | C | 0 | 44 | DC | A | 1D |
| Octal | 103 | 110 | 122 | 22 | 14 | 0 | 104 | 334 | 12 | 35 |
| Binary | 1000011 | 1001000 | 1010010 | 10010 | 1100 | 0 | 1000100 | 11011100 | 1010 | 11101 |
Color Harmonies of #434852
Complementary color
Monochromatic Colors of #434852
Black with #434852
Text Example
Text Example
White with #434852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434852; }
p { color: rgb(67,72,82); }
H1.HeaderClassName
{
color: #434852;
}
.AnyTagClassName
{
color: #434852;
}
</style>
background-color css
<style>
a { background-color: #434852; }
a { background-color: rgb(67,72,82); }
div.DivClassName
{
background-color: #434852;
}
.BgClassName
{
background-color: #434852;
}
</style>
border-color css
<style>
span { border-color: #434852; }
span { border-color: rgb(67,72,82); }
td.TdClassName
{
border-color: #434852;
}
.TagClassName
{
border-color: #434852;
}
</style>