#343536

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

Shades of Cod Grey #343536

Tints of Cod Grey #343536

Color information

#343536 (or 0x343536) is unknown color: approx Cod Grey. HEX triplet: 34, 35 and 36. RGB value is (52,53,54). Sum of RGB (Red+Green+Blue) = 52+53+54=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 54 - color contains mainly: blue. Hex color #343536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343536 is #CBCAC9. Grayscale: #343434. Windows color (decimal): -13355722 or 3552564. OLE color: 3552564.

HSL color Cylindrical-coordinate representation of color #343536: hue angle of 210º degrees, saturation: 0.02, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #343536 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB525354-
CMYK0.040.0200.79
HSL210º1.89%20.78%-
HSV(B)210º3.7%21.18%-
XYZ3.363.544-
YUV52.82128.67127.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.70%
GREEN value IS 53 (21.09% from 255) = 33.33%
BLUE value IS 54 (21.48% from 255) = 33.96%
R=32.70%
G=33.33%
B=33.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5253540.040.0200.792101.8920.78
Hex3435364204Fd2215
Octal646566420117322225
Binary1101001101011101101001001001111110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343536; }

 p { color: rgb(52,53,54); }

 H1.HeaderClassName
 {
   color: #343536;
 }
 .AnyTagClassName
 {
   color: #343536;
 }
</style>
background-color css

<style>
 a { background-color: #343536; }

 a { background-color: rgb(52,53,54); }

 div.DivClassName
 {
   background-color: #343536;
 }
 .BgClassName
 {
   background-color: #343536;
 }
</style>
border-color css

<style>
 span { border-color: #343536; }

 span { border-color: rgb(52,53,54); }

 td.TdClassName
 {
   border-color: #343536;
 }
 .TagClassName
 {
   border-color: #343536;
 }
</style>