Html Css Color HEX #3D7678 Ming

📋 copy color: '#3D7678'

red 61 ◦ green 118 ◦ blue 120

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

Shades of Ming #3D7678

Tints of Ming #3D7678

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.46%

 BLUE value IS 120 (47.27% from 255) = 40.13%

R = 20.4%
G = 39.46%
B = 40.13%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3D7678 (or 0x3D7678) is known color: Ming. HEX triplet: 3D, 76 and 78. RGB value is (61,118,120). Sum of RGB (Red+Green+Blue) = 61+118+120=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D7678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7678 is #C28987. Grayscale: #656565. Windows color (decimal): -12749192 or 7894589. OLE color: 7894589.

HSL color Cylindrical-coordinate representation of color #3D7678: hue angle of 182.03º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D7678 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 61 118 120 -
CMYK 0.49 0.02 0 0.53
HSL 182.03º 0.33% 0.35% -
HSV(B) 182.03º 0.49% 0.47% -
XYZ 11.79 15.31 20.1 -
YUV 101.19 138.62 99.34 -
System Red Green Blue C M Y K H S L
Decimal 61 118 120 0.49 0.02 0 0.53 182.03 0.33 0.35
Hex 3D 76 78 31 2 0 35 B6 21 23
Octal 75 166 170 61 2 0 65 266 41 43
Binary 111101 1110110 1111000 110001 10 0 110101 10110110 100001 100011

Color Harmonies of #3D7678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7678

Black with #3D7678

Text Example


Text Example

White with #3D7678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,118,120); }

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

background-color css

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

 a { background-color: rgb(61,118,120); }

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

border-color css

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

 span { border-color: rgb(61,118,120); }

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