#3D534F

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

Shades of Blue Dianne #3D534F

Tints of Blue Dianne #3D534F

Color information

#3D534F (or 0x3D534F) is unknown color: approx Blue Dianne. HEX triplet: 3D, 53 and 4F. RGB value is (61,83,79). Sum of RGB (Red+Green+Blue) = 61+83+79=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 83 - color contains mainly: green. Hex color #3D534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D534F is #C2ACB0. Grayscale: #4B4B4B. Windows color (decimal): -12758193 or 5198653. OLE color: 5198653.

HSL color Cylindrical-coordinate representation of color #3D534F: hue angle of 169.09º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D534F is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB618379-
CMYK0.2700.050.67
HSL169.09º15.28%28.24%-
HSV(B)169.09º26.51%32.55%-
XYZ6.437.748.55-
YUV75.97129.71117.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.35%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 79 (31.25% from 255) = 35.43%
R=27.35%
G=37.22%
B=35.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6183790.2700.050.67169.0915.2828.24
Hex3D534F1B0543a9f1c
Octal7512311733051032511734
Binary11110110100111001111110110101100001110101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,83,79); }

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

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

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

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

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

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

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