#3D5250

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

Shades of Blue Dianne #3D5250

Tints of Blue Dianne #3D5250

Color information

#3D5250 (or 0x3D5250) is unknown color: approx Blue Dianne. HEX triplet: 3D, 52 and 50. RGB value is (61,82,80). Sum of RGB (Red+Green+Blue) = 61+82+80=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 82 - color contains mainly: green. Hex color #3D5250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5250 is #C2ADAF. Grayscale: #4B4B4B. Windows color (decimal): -12758448 or 5263933. OLE color: 5263933.

HSL color Cylindrical-coordinate representation of color #3D5250: hue angle of 174.29º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3D5250 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB618280-
CMYK0.2600.020.68
HSL174.29º14.69%28.04%-
HSV(B)174.29º25.61%32.16%-
XYZ6.397.618.72-
YUV75.49130.54117.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.35%
GREEN value IS 82 (32.42% from 255) = 36.77%
BLUE value IS 80 (31.64% from 255) = 35.87%
R=27.35%
G=36.77%
B=35.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6182800.2600.020.68174.2914.6928.04
Hex3D52501A0244aef1c
Octal7512212032021042561734
Binary1111011010010101000011010010100010010101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,82,80); }

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

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

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

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

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

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

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