#3D3446

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

Shades of Jagger #3D3446

Tints of Jagger #3D3446

Color information

#3D3446 (or 0x3D3446) is unknown color: approx Jagger. HEX triplet: 3D, 34 and 46. RGB value is (61,52,70). Sum of RGB (Red+Green+Blue) = 61+52+70=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 70 - color contains mainly: blue. Hex color #3D3446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3446 is #C2CBB9. Grayscale: #383838. Windows color (decimal): -12766138 or 4600893. OLE color: 4600893.

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

Color convert

RGB615270-
CMYK0.130.2600.73
HSL270º14.75%23.92%-
HSV(B)270º25.71%27.45%-
XYZ4.263.896.32-
YUV56.74135.48131.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.33%
GREEN value IS 52 (20.70% from 255) = 28.42%
BLUE value IS 70 (27.73% from 255) = 38.25%
R=33.33%
G=28.42%
B=38.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6152700.130.2600.7327014.7523.92
Hex3D3446D1A04910ef18
Octal7564106153201114161730
Binary111101110100100011011011101001001001100001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,52,70); }

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

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

 a { background-color: rgb(61,52,70); }

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

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

 span { border-color: rgb(61,52,70); }

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