Html Css Color HEX #3D504E Blue Dianne

📋 copy color: '#3D504E'

red 61 ◦ green 80 ◦ blue 78

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

Shades of Blue Dianne #3D504E

Tints of Blue Dianne #3D504E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.62%

R = 27.85%
G = 36.53%
B = 35.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.69

RGB Variations

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

Color information

#3D504E (or 0x3D504E) is known color: Blue Dianne. HEX triplet: 3D, 50 and 4E. RGB value is (61,80,78). Sum of RGB (Red+Green+Blue) = 61+80+78=219 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.85% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 80 - color contains mainly: green. Hex color #3D504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D504E is #C2AFB1. Grayscale: #4A4A4A. Windows color (decimal): -12758962 or 5132349. OLE color: 5132349.

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

Color convert

RGB 61 80 78 -
CMYK 0.24 0 0.02 0.69
HSL 173.68º 0.13% 0.28% -
HSV(B) 173.68º 0.24% 0.31% -
XYZ 6.17 7.28 8.29 -
YUV 74.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 61 80 78 0.24 0 0.02 0.69 173.68 0.13 0.28
Hex 3D 50 4E 18 0 2 45 AE D 1C
Octal 75 120 116 30 0 2 105 256 15 34
Binary 111101 1010000 1001110 11000 0 10 1000101 10101110 1101 11100

Color Harmonies of #3D504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D504E

Black with #3D504E

Text Example


Text Example

White with #3D504E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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