#343437

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

Shades of Bastille #343437

Tints of Bastille #343437

Color information

#343437 (or 0x343437) is unknown color: approx Bastille. HEX triplet: 34, 34 and 37. RGB value is (52,52,55). Sum of RGB (Red+Green+Blue) = 52+52+55=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 55 - color contains mainly: blue. Hex color #343437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343437 is #CBCBC8. Grayscale: #343434. Windows color (decimal): -13355977 or 3617844. OLE color: 3617844.

HSL color Cylindrical-coordinate representation of color #343437: hue angle of 240º degrees, saturation: 0.03, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #343437 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB525255-
CMYK0.050.0500.78
HSL240º2.8%20.98%-
HSV(B)240º5.45%21.57%-
XYZ3.333.464.11-
YUV52.34129.5127.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.70%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 55 (21.88% from 255) = 34.59%
R=32.70%
G=32.70%
B=34.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5252550.050.0500.782402.820.98
Hex3434375504Ef0315
Octal646467550116360325
Binary11010011010011011110110101001110111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343437; }

 p { color: rgb(52,52,55); }

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

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

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

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

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

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

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