Html Css Color HEX #3B444B Arsenic

📋 copy color: '#3B444B'

red 59 ◦ green 68 ◦ blue 75

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

Shades of Arsenic #3B444B

Tints of Arsenic #3B444B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.66%

 BLUE value IS 75 (29.69% from 255) = 37.13%

R = 29.21%
G = 33.66%
B = 37.13%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3B444B (or 0x3B444B) is known color: Arsenic. HEX triplet: 3B, 44 and 4B. RGB value is (59,68,75). Sum of RGB (Red+Green+Blue) = 59+68+75=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B444B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B444B is #C4BBB4. Grayscale: #424242. Windows color (decimal): -12893109 or 4932667. OLE color: 4932667.

HSL color Cylindrical-coordinate representation of color #3B444B: hue angle of 206.25º degrees, saturation: 0.12, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3B444B is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 59 68 75 -
CMYK 0.21 0.09 0 0.71
HSL 206.25º 0.12% 0.26% -
HSV(B) 206.25º 0.21% 0.29% -
XYZ 5.14 5.57 7.46 -
YUV 66.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 59 68 75 0.21 0.09 0 0.71 206.25 0.12 0.26
Hex 3B 44 4B 15 9 0 47 CE C 1A
Octal 73 104 113 25 11 0 107 316 14 32
Binary 111011 1000100 1001011 10101 1001 0 1000111 11001110 1100 11010

Color Harmonies of #3B444B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B444B

Black with #3B444B

Text Example


Text Example

White with #3B444B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,68,75); }

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

background-color css

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

 a { background-color: rgb(59,68,75); }

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

border-color css

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

 span { border-color: rgb(59,68,75); }

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