#3E3445

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

Shades of Jagger #3E3445

Tints of Jagger #3E3445

Color information

#3E3445 (or 0x3E3445) is unknown color: approx Jagger. HEX triplet: 3E, 34 and 45. RGB value is (62,52,69). Sum of RGB (Red+Green+Blue) = 62+52+69=183 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.88% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 69 - color contains mainly: blue. Hex color #3E3445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3445 is #C1CBBA. Grayscale: #383838. Windows color (decimal): -12700603 or 4535358. OLE color: 4535358.

HSL color Cylindrical-coordinate representation of color #3E3445: hue angle of 275.29º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E3445 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB625269-
CMYK0.100.2500.73
HSL275.29º14.05%23.73%-
HSV(B)275.29º24.64%27.06%-
XYZ4.293.916.16-
YUV56.93134.81131.62-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.88%
GREEN value IS 52 (20.70% from 255) = 28.42%
BLUE value IS 69 (27.34% from 255) = 37.70%
R=33.88%
G=28.42%
B=37.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6252690.100.2500.73275.2914.0523.73
Hex3E3445A19049113e18
Octal7664105123101114231630
Binary111110110100100010110101100101001001100010011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,52,69); }

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

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

 a { background-color: rgb(62,52,69); }

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

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

 span { border-color: rgb(62,52,69); }

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