#343F4B

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

Shades of Arsenic #343F4B

Tints of Arsenic #343F4B

Color information

#343F4B (or 0x343F4B) is unknown color: approx Arsenic. HEX triplet: 34, 3F and 4B. RGB value is (52,63,75). Sum of RGB (Red+Green+Blue) = 52+63+75=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 75 - color contains mainly: blue. Hex color #343F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F4B is #CBC0B4. Grayscale: #3D3D3D. Windows color (decimal): -13353141 or 4931380. OLE color: 4931380.

HSL color Cylindrical-coordinate representation of color #343F4B: hue angle of 211.3º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #343F4B is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB526375-
CMYK0.310.1600.71
HSL211.3º18.11%24.9%-
HSV(B)211.3º30.67%29.41%-
XYZ4.464.797.35-
YUV61.08135.86121.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.37%
GREEN value IS 63 (25% from 255) = 33.16%
BLUE value IS 75 (29.69% from 255) = 39.47%
R=27.37%
G=33.16%
B=39.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5263750.310.1600.71211.318.1124.9
Hex343F4B1F10047d31219
Octal6477113372001073232231
Binary1101001111111001011111111000001000111110100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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