Html Css Color HEX #3D504F Blue Dianne

📋 copy color: '#3D504F'

red 61 ◦ green 80 ◦ blue 79

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

Shades of Blue Dianne #3D504F

Tints of Blue Dianne #3D504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.91%

R = 27.73%
G = 36.36%
B = 35.91%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#3D504F (or 0x3D504F) is known color: Blue Dianne. HEX triplet: 3D, 50 and 4F. RGB value is (61,80,79). Sum of RGB (Red+Green+Blue) = 61+80+79=220 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.73% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 80 - color contains mainly: green. Hex color #3D504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D504F is #C2AFB0. Grayscale: #4A4A4A. Windows color (decimal): -12758961 or 5197885. OLE color: 5197885.

HSL color Cylindrical-coordinate representation of color #3D504F: hue angle of 176.84º 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 #3D504F is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 61 80 79 -
CMYK 0.24 0 0.01 0.69
HSL 176.84º 0.13% 0.28% -
HSV(B) 176.84º 0.24% 0.31% -
XYZ 6.2 7.29 8.48 -
YUV 74.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 61 80 79 0.24 0 0.01 0.69 176.84 0.13 0.28
Hex 3D 50 4F 18 0 1 45 B1 D 1C
Octal 75 120 117 30 0 1 105 261 15 34
Binary 111101 1010000 1001111 11000 0 1 1000101 10110001 1101 11100

Color Harmonies of #3D504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D504F

Black with #3D504F

Text Example


Text Example

White with #3D504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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