#3C504D

Color #3C504D Blue Dianne (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Dianne #3C504D

Tints of Blue Dianne #3C504D

Color information

#3C504D (or 0x3C504D) is unknown color: approx Blue Dianne. HEX triplet: 3C, 50 and 4D. RGB value is (60,80,77). Sum of RGB (Red+Green+Blue) = 60+80+77=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 80 - color contains mainly: green. Hex color #3C504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C504D is #C3AFB2. Grayscale: #494949. Windows color (decimal): -12824499 or 5066812. OLE color: 5066812.

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

Color convert

RGB608077-
CMYK0.2500.040.69
HSL171º14.29%27.45%-
HSV(B)171º25%31.37%-
XYZ6.077.238.1-
YUV73.68129.87118.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.65%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=27.65%
G=36.87%
B=35.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6080770.2500.040.6917114.2927.45
Hex3C504D190445abe1b
Octal7412011531041052531633
Binary11110010100001001101110010100100010110101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C504D;
 }
 .AnyTagClassName
 {
   color: #3C504D;
 }
</style>
background-color css

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

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

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

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

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

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