Html Css Color HEX #3C504D Blue Dianne

📋 copy color: '#3C504D'

red 60 ◦ green 80 ◦ blue 77

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

Shades of Blue Dianne #3C504D

Tints of Blue Dianne #3C504D

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 value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#3C504D (or 0x3C504D) is known color: 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

RGB 60 80 77 -
CMYK 0.25 0 0.04 0.69
HSL 171º 0.14% 0.27% -
HSV(B) 171º 0.25% 0.31% -
XYZ 6.07 7.23 8.1 -
YUV 73.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 60 80 77 0.25 0 0.04 0.69 171 0.14 0.27
Hex 3C 50 4D 19 0 4 45 AB E 1B
Octal 74 120 115 31 0 4 105 253 16 33
Binary 111100 1010000 1001101 11001 0 100 1000101 10101011 1110 11011

Color Harmonies of #3C504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C504D

Black with #3C504D

Text Example


Text Example

White with #3C504D

Text Example


Text Example

HTML Codes & Css Web 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>