#3D5351

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

Shades of Blue Dianne #3D5351

Tints of Blue Dianne #3D5351

Color information

#3D5351 (or 0x3D5351) is unknown color: approx Blue Dianne. HEX triplet: 3D, 53 and 51. RGB value is (61,83,81). Sum of RGB (Red+Green+Blue) = 61+83+81=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 83 - color contains mainly: green. Hex color #3D5351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5351 is #C2ACAE. Grayscale: #4C4C4C. Windows color (decimal): -12758191 or 5329725. OLE color: 5329725.

HSL color Cylindrical-coordinate representation of color #3D5351: hue angle of 174.55º 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 #3D5351 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB618381-
CMYK0.2700.020.67
HSL174.55º15.28%28.24%-
HSV(B)174.55º26.51%32.55%-
XYZ6.57.778.94-
YUV76.19130.71117.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.11%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 81 (32.03% from 255) = 36%
R=27.11%
G=36.89%
B=36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6183810.2700.020.67174.5515.2828.24
Hex3D53511B0243aff1c
Octal7512312133021032571734
Binary1111011010011101000111011010100001110101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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