Html Css Color HEX #3D5350 Blue Dianne

📋 copy color: '#3D5350'

red 61 ◦ green 83 ◦ blue 80

#3D5350
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Dianne #3D5350

Tints of Blue Dianne #3D5350

RGB

 RED value IS 61 (24.22% from 255) = 27.23%

 GREEN value IS 83 (32.81% from 255) = 37.05%

 BLUE value IS 80 (31.64% from 255) = 35.71%

R = 27.23%
G = 37.05%
B = 35.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#3D5350 (or 0x3D5350) is known color: Blue Dianne. HEX triplet: 3D, 53 and 50. RGB value is (61,83,80). Sum of RGB (Red+Green+Blue) = 61+83+80=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 83 - color contains mainly: green. Hex color #3D5350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5350 is #C2ACAF. Grayscale: #4C4C4C. Windows color (decimal): -12758192 or 5264189. OLE color: 5264189.

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

Color convert

RGB 61 83 80 -
CMYK 0.27 0 0.04 0.67
HSL 171.82º 0.15% 0.28% -
HSV(B) 171.82º 0.27% 0.33% -
XYZ 6.47 7.76 8.75 -
YUV 76.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 61 83 80 0.27 0 0.04 0.67 171.82 0.15 0.28
Hex 3D 53 50 1B 0 4 43 AC F 1C
Octal 75 123 120 33 0 4 103 254 17 34
Binary 111101 1010011 1010000 11011 0 100 1000011 10101100 1111 11100

Color Harmonies of #3D5350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5350

Black with #3D5350

Text Example


Text Example

White with #3D5350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D5350;
 }
 .AnyTagClassName
 {
   color: #3D5350;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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