#343D3F

Color #343D3F Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #343D3F

Tints of Outer Space #343D3F

Color information

#343D3F (or 0x343D3F) is unknown color: approx Outer Space. HEX triplet: 34, 3D and 3F. RGB value is (52,61,63). Sum of RGB (Red+Green+Blue) = 52+61+63=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 63 - color contains mainly: blue. Hex color #343D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343D3F is #CBC2C0. Grayscale: #3A3A3A. Windows color (decimal): -13353665 or 4144436. OLE color: 4144436.

HSL color Cylindrical-coordinate representation of color #343D3F: hue angle of 190.91º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #343D3F is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB526163-
CMYK0.170.0300.75
HSL190.91º9.57%22.55%-
HSV(B)190.91º17.46%24.71%-
XYZ3.984.435.35-
YUV58.54130.52123.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.55%
GREEN value IS 61 (24.22% from 255) = 34.66%
BLUE value IS 63 (25% from 255) = 35.80%
R=29.55%
G=34.66%
B=35.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5261630.170.0300.75190.919.5722.55
Hex343D3F11304Bbfa17
Octal64757721301132771227
Binary11010011110111111110001110100101110111111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343D3F; }

 p { color: rgb(52,61,63); }

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

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

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

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

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

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

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