Html Css Color HEX #3D4948 Blue Dianne

📋 copy color: '#3D4948'

red 61 ◦ green 73 ◦ blue 72

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

Shades of Blue Dianne #3D4948

Tints of Blue Dianne #3D4948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.44%

 BLUE value IS 72 (28.52% from 255) = 34.95%

R = 29.61%
G = 35.44%
B = 34.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#3D4948 (or 0x3D4948) is known color: Blue Dianne. HEX triplet: 3D, 49 and 48. RGB value is (61,73,72). Sum of RGB (Red+Green+Blue) = 61+73+72=206 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.61% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 73 - color contains mainly: green. Hex color #3D4948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4948 is #C2B6B7. Grayscale: #454545. Windows color (decimal): -12760760 or 4737341. OLE color: 4737341.

HSL color Cylindrical-coordinate representation of color #3D4948: hue angle of 175º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3D4948 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 61 73 72 -
CMYK 0.16 0 0.01 0.71
HSL 175º 0.09% 0.26% -
HSV(B) 175º 0.16% 0.29% -
XYZ 5.48 6.23 7.04 -
YUV 69.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 61 73 72 0.16 0 0.01 0.71 175 0.09 0.26
Hex 3D 49 48 10 0 1 47 AF 9 1A
Octal 75 111 110 20 0 1 107 257 11 32
Binary 111101 1001001 1001000 10000 0 1 1000111 10101111 1001 11010

Color Harmonies of #3D4948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4948

Black with #3D4948

Text Example


Text Example

White with #3D4948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,73,72); }

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

background-color css

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

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

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

border-color css

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

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

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