Html Css Color HEX #343F4B Arsenic

📋 copy color: '#343F4B'

red 52 ◦ green 63 ◦ blue 75

#343F4B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arsenic #343F4B

Tints of Arsenic #343F4B

RGB

 RED value IS 52 (20.7% 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 value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#343F4B (or 0x343F4B) is known color: 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

RGB 52 63 75 -
CMYK 0.31 0.16 0 0.71
HSL 211.3º 0.18% 0.25% -
HSV(B) 211.3º 0.31% 0.29% -
XYZ 4.46 4.79 7.35 -
YUV 61.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 52 63 75 0.31 0.16 0 0.71 211.3 0.18 0.25
Hex 34 3F 4B 1F 10 0 47 D3 12 19
Octal 64 77 113 37 20 0 107 323 22 31
Binary 110100 111111 1001011 11111 10000 0 1000111 11010011 10010 11001

Color Harmonies of #343F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F4B

Black with #343F4B

Text Example


Text Example

White with #343F4B

Text Example


Text Example

HTML Codes & Css Web 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>