#434955

Color #434955 Tuna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuna #434955

Tints of Tuna #434955

Color information

#434955 (or 0x434955) is unknown color: approx 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

RGB677385-
CMYK0.210.1400.67
HSL220º11.84%29.8%-
HSV(B)220º21.18%33.33%-
XYZ6.346.619.54-
YUV72.57135.01124.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 29.78%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 85 (33.59% from 255) = 37.78%
R=29.78%
G=32.44%
B=37.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6773850.210.1400.6722011.8429.8
Hex43495515E043dcc1e
Octal103111125251601033341436
Binary1000011100100110101011010111100100001111011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>