Html Css Color HEX #3D504D Blue Dianne

📋 copy color: '#3D504D'

red 61 ◦ green 80 ◦ blue 77

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

Shades of Blue Dianne #3D504D

Tints of Blue Dianne #3D504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.7%

 BLUE value IS 77 (30.47% from 255) = 35.32%

R = 27.98%
G = 36.7%
B = 35.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#3D504D (or 0x3D504D) is known color: Blue Dianne. HEX triplet: 3D, 50 and 4D. RGB value is (61,80,77). Sum of RGB (Red+Green+Blue) = 61+80+77=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 80 - color contains mainly: green. Hex color #3D504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D504D is #C2AFB2. Grayscale: #494949. Windows color (decimal): -12758963 or 5066813. OLE color: 5066813.

HSL color Cylindrical-coordinate representation of color #3D504D: hue angle of 170.53º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3D504D is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 61 80 77 -
CMYK 0.24 0 0.04 0.69
HSL 170.53º 0.13% 0.28% -
HSV(B) 170.53º 0.24% 0.31% -
XYZ 6.13 7.27 8.1 -
YUV 73.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 61 80 77 0.24 0 0.04 0.69 170.53 0.13 0.28
Hex 3D 50 4D 18 0 4 45 AB D 1C
Octal 75 120 115 30 0 4 105 253 15 34
Binary 111101 1010000 1001101 11000 0 100 1000101 10101011 1101 11100

Color Harmonies of #3D504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D504D

Black with #3D504D

Text Example


Text Example

White with #3D504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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