#3D4D4D

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

Shades of Blue Dianne #3D4D4D

Tints of Blue Dianne #3D4D4D

Color information

#3D4D4D (or 0x3D4D4D) is unknown color: approx Blue Dianne. HEX triplet: 3D, 4D and 4D. RGB value is (61,77,77). Sum of RGB (Red+Green+Blue) = 61+77+77=215 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.37% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 77 - color contains mainly: green, blue. Hex color #3D4D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D4D4D is #C2B2B2. Grayscale: #484848. Windows color (decimal): -12759731 or 5066045. OLE color: 5066045.

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

Color convert

RGB617777-
CMYK0.21000.70
HSL180º11.59%27.06%-
HSV(B)180º20.78%30.2%-
XYZ5.926.848.03-
YUV72.22130.7120-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.37%
GREEN value IS 77 (30.47% from 255) = 35.81%
BLUE value IS 77 (30.47% from 255) = 35.81%
R=28.37%
G=35.81%
B=35.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6177770.21000.7018011.5927.06
Hex3D4D4D150046b4c1b
Octal7511511525001062641433
Binary111101100110110011011010100100011010110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,77,77); }

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

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

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

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

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

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

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