Html Css Color HEX #3B4147 Arsenic

📋 copy color: '#3B4147'

red 59 ◦ green 65 ◦ blue 71

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

Shades of Arsenic #3B4147

Tints of Arsenic #3B4147

RGB

 RED value IS 59 (23.44% from 255) = 30.26%

 GREEN value IS 65 (25.78% from 255) = 33.33%

 BLUE value IS 71 (28.13% from 255) = 36.41%

R = 30.26%
G = 33.33%
B = 36.41%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3B4147 (or 0x3B4147) is known color: Arsenic. HEX triplet: 3B, 41 and 47. RGB value is (59,65,71). Sum of RGB (Red+Green+Blue) = 59+65+71=195 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.26% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 71 - color contains mainly: blue. Hex color #3B4147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4147 is #C4BEB8. Grayscale: #3F3F3F. Windows color (decimal): -12893881 or 4669755. OLE color: 4669755.

HSL color Cylindrical-coordinate representation of color #3B4147: hue angle of 210º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3B4147 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 59 65 71 -
CMYK 0.17 0.08 0 0.72
HSL 210º 0.09% 0.25% -
HSV(B) 210º 0.17% 0.28% -
XYZ 4.83 5.17 6.7 -
YUV 63.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 59 65 71 0.17 0.08 0 0.72 210 0.09 0.25
Hex 3B 41 47 11 8 0 48 D2 9 19
Octal 73 101 107 21 10 0 110 322 11 31
Binary 111011 1000001 1000111 10001 1000 0 1001000 11010010 1001 11001

Color Harmonies of #3B4147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4147

Black with #3B4147

Text Example


Text Example

White with #3B4147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B4147; }

 p { color: rgb(59,65,71); }

 H1.HeaderClassName
 {
   color: #3B4147;
 }
 .AnyTagClassName
 {
   color: #3B4147;
 }
</style>

background-color css

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

 a { background-color: rgb(59,65,71); }

 div.DivClassName
 {
   background-color: #3B4147;
 }
 .BgClassName
 {
   background-color: #3B4147;
 }
</style>

border-color css

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

 span { border-color: rgb(59,65,71); }

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