#3B454D

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

Shades of Arsenic #3B454D

Tints of Arsenic #3B454D

Color information

#3B454D (or 0x3B454D) is unknown color: approx Arsenic. HEX triplet: 3B, 45 and 4D. RGB value is (59,69,77). Sum of RGB (Red+Green+Blue) = 59+69+77=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B454D is #C4BAB2. Grayscale: #424242. Windows color (decimal): -12892851 or 5063995. OLE color: 5063995.

HSL color Cylindrical-coordinate representation of color #3B454D: hue angle of 206.67º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3B454D is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB596977-
CMYK0.230.1000.70
HSL206.67º13.24%26.67%-
HSV(B)206.67º23.38%30.2%-
XYZ5.275.727.85-
YUV66.92133.69122.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.78%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=28.78%
G=33.66%
B=37.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5969770.230.1000.70206.6713.2426.67
Hex3B454D17A046cfd1b
Octal73105115271201063171533
Binary111011100010110011011011110100100011011001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,69,77); }

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

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

 a { background-color: rgb(59,69,77); }

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

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

 span { border-color: rgb(59,69,77); }

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